#D29CAC

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

Shades of Kobi #D29CAC

Tints of Kobi #D29CAC

Color information

#D29CAC (or 0xD29CAC) is unknown color: approx Kobi. HEX triplet: D2, 9C and AC. RGB value is (210,156,172). Sum of RGB (Red+Green+Blue) = 210+156+172=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29CAC is #2D6353. Grayscale: #ADADAD. Windows color (decimal): -2974548 or 11312338. OLE color: 11312338.

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

Color convert

RGB210156172-
CMYK00.260.180.18
HSL342.22º37.5%71.76%-
HSV(B)342.22º25.71%82.35%-
XYZ45.9140.4644.42-
YUV173.97126.89153.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=39.03%
G=29.00%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015617200.260.180.18342.2237.571.76
HexD29CAC01A12121562648
Octal322234254032222252646110
Binary11010010100111001010110001101010010100101010101101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CAC; }

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

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

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

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

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

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

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

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