#D19CAC

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

Shades of Kobi #D19CAC

Tints of Kobi #D19CAC

Color information

#D19CAC (or 0xD19CAC) is unknown color: approx Kobi. HEX triplet: D1, 9C and AC. RGB value is (209,156,172). Sum of RGB (Red+Green+Blue) = 209+156+172=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D19CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19CAC is #2E6353. Grayscale: #ADADAD. Windows color (decimal): -3040084 or 11312337. OLE color: 11312337.

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

Color convert

RGB209156172-
CMYK00.250.180.18
HSL341.89º36.55%71.57%-
HSV(B)341.89º25.36%81.96%-
XYZ45.6340.3144.41-
YUV173.67127.06153.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=38.92%
G=29.05%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915617200.250.180.18341.8936.5571.57
HexD19CAC01912121562548
Octal321234254031222252645110
Binary11010001100111001010110001100110010100101010101101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19CAC; }

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

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

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

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

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

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

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

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