#D29AAC

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

Shades of Kobi #D29AAC

Tints of Kobi #D29AAC

Color information

#D29AAC (or 0xD29AAC) is unknown color: approx Kobi. HEX triplet: D2, 9A and AC. RGB value is (210,154,172). Sum of RGB (Red+Green+Blue) = 210+154+172=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29AAC is #2D6553. Grayscale: #ACACAC. Windows color (decimal): -2975060 or 11311826. OLE color: 11311826.

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

Color convert

RGB210154172-
CMYK00.270.180.18
HSL340.71º38.36%71.37%-
HSV(B)340.71º26.67%82.35%-
XYZ45.5839.7944.31-
YUV172.8127.55154.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=39.18%
G=28.73%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015417200.270.180.18340.7138.3671.37
HexD29AAC01B12121552647
Octal322232254033222252546107
Binary11010010100110101010110001101110010100101010101011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29AAC; }

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

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

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

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

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

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

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

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