#D18CAB

Color #D18CAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D18CAB

Tints of Kobi #D18CAB

Color information

#D18CAB (or 0xD18CAB) is unknown color: approx Kobi. HEX triplet: D1, 8C and AB. RGB value is (209,140,171). Sum of RGB (Red+Green+Blue) = 209+140+171=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CAB is #2E7354. Grayscale: #A4A4A4. Windows color (decimal): -3044181 or 11242705. OLE color: 11242705.

HSL color Cylindrical-coordinate representation of color #D18CAB: hue angle of 333.04º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CAB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209140171-
CMYK00.330.180.18
HSL333.04º42.86%68.43%-
HSV(B)333.04º33.01%81.96%-
XYZ43.0235.2543.06-
YUV164.16131.86159.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=40.19%
G=26.92%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914017100.330.180.18333.0442.8668.43
HexD18CAB021121214d2b44
Octal321214253041222251553104
Binary110100011000110010101011010000110010100101010011011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CAB; }

 p { color: rgb(209,140,171); }

 H1.HeaderClassName
 {
   color: #D18CAB;
 }
 .AnyTagClassName
 {
   color: #D18CAB;
 }
</style>
background-color css

<style>
 a { background-color: #D18CAB; }

 a { background-color: rgb(209,140,171); }

 div.DivClassName
 {
   background-color: #D18CAB;
 }
 .BgClassName
 {
   background-color: #D18CAB;
 }
</style>
border-color css

<style>
 span { border-color: #D18CAB; }

 span { border-color: rgb(209,140,171); }

 td.TdClassName
 {
   border-color: #D18CAB;
 }
 .TagClassName
 {
   border-color: #D18CAB;
 }
</style>