#D99CAC

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

Shades of Kobi #D99CAC

Tints of Kobi #D99CAC

Color information

#D99CAC (or 0xD99CAC) is unknown color: approx Kobi. HEX triplet: D9, 9C and AC. RGB value is (217,156,172). Sum of RGB (Red+Green+Blue) = 217+156+172=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CAC is #266353. Grayscale: #B0B0B0. Windows color (decimal): -2515796 or 11312345. OLE color: 11312345.

HSL color Cylindrical-coordinate representation of color #D99CAC: hue angle of 344.26º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CAC is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217156172-
CMYK00.280.210.15
HSL344.26º44.53%73.14%-
HSV(B)344.26º28.11%85.1%-
XYZ47.9541.5144.51-
YUV176.06125.71157.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=39.82%
G=28.62%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715617200.280.210.15344.2644.5373.14
HexD99CAC01C15F1582d49
Octal331234254034251753055111
Binary1101100110011100101011000111001010111111010110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CAC; }

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

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

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

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

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

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

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

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