#D18CAC

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

Shades of Kobi #D18CAC

Tints of Kobi #D18CAC

Color information

#D18CAC (or 0xD18CAC) is unknown color: approx Kobi. HEX triplet: D1, 8C and AC. RGB value is (209,140,172). Sum of RGB (Red+Green+Blue) = 209+140+172=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CAC is #2E7353. Grayscale: #A4A4A4. Windows color (decimal): -3044180 or 11308241. OLE color: 11308241.

HSL color Cylindrical-coordinate representation of color #D18CAC: hue angle of 332.17º 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 #D18CAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209140172-
CMYK00.330.180.18
HSL332.17º42.86%68.43%-
HSV(B)332.17º33.01%81.96%-
XYZ43.1235.2943.57-
YUV164.28132.36159.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=40.12%
G=26.87%
B=33.01%

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
Decimal20914017200.330.180.18332.1742.8668.43
HexD18CAC021121214c2b44
Octal321214254041222251453104
Binary110100011000110010101100010000110010100101010011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CAC; }

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

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

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

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

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

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

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

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