Shades of Kobi #D29AAC
Tints of Kobi #D29AAC
RGB
CMYK
RGB Variations
Color information
#D29AAC (or 0xD29AAC) is known color: 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
| RGB | 210 | 154 | 172 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.18 |
| HSL | 340.71º | 0.38% | 0.71% | - |
| HSV(B) | 340.71º | 0.27% | 0.82% | - |
| XYZ | 45.58 | 39.79 | 44.31 | - |
| YUV | 172.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 172 | 0 | 0.27 | 0.18 | 0.18 | 340.71 | 0.38 | 0.71 |
| Hex | D2 | 9A | AC | 0 | 1B | 12 | 12 | 155 | 26 | 47 |
| Octal | 322 | 232 | 254 | 0 | 33 | 22 | 22 | 525 | 46 | 107 |
| Binary | 11010010 | 10011010 | 10101100 | 0 | 11011 | 10010 | 10010 | 101010101 | 100110 | 1000111 |
Color Harmonies of #D29AAC
Complementary color
Monochromatic Colors of #D29AAC
Black with #D29AAC
Text Example
Text Example
White with #D29AAC
Text Example
Text Example
HTML Codes & Css Web 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>