Shades of Kobi #D29CAB
Tints of Kobi #D29CAB
RGB
CMYK
RGB Variations
Color information
#D29CAB (or 0xD29CAB) is known color: Kobi. HEX triplet: D2, 9C and AB. RGB value is (210,156,171). Sum of RGB (Red+Green+Blue) = 210+156+171=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29CAB is #2D6354. Grayscale: #ADADAD. Windows color (decimal): -2974549 or 11246802. OLE color: 11246802.
HSL color Cylindrical-coordinate representation of color #D29CAB: hue angle of 343.33º 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 #D29CAB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 171 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 343.33º | 0.38% | 0.72% | - |
| HSV(B) | 343.33º | 0.26% | 0.82% | - |
| XYZ | 45.82 | 40.42 | 43.91 | - |
| YUV | 173.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 171 | 0 | 0.26 | 0.19 | 0.18 | 343.33 | 0.38 | 0.72 |
| Hex | D2 | 9C | AB | 0 | 1A | 13 | 12 | 157 | 26 | 48 |
| Octal | 322 | 234 | 253 | 0 | 32 | 23 | 22 | 527 | 46 | 110 |
| Binary | 11010010 | 10011100 | 10101011 | 0 | 11010 | 10011 | 10010 | 101010111 | 100110 | 1001000 |
Color Harmonies of #D29CAB
Complementary color
Monochromatic Colors of #D29CAB
Black with #D29CAB
Text Example
Text Example
White with #D29CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29CAB; }
p { color: rgb(210,156,171); }
H1.HeaderClassName
{
color: #D29CAB;
}
.AnyTagClassName
{
color: #D29CAB;
}
</style>
background-color css
<style>
a { background-color: #D29CAB; }
a { background-color: rgb(210,156,171); }
div.DivClassName
{
background-color: #D29CAB;
}
.BgClassName
{
background-color: #D29CAB;
}
</style>
border-color css
<style>
span { border-color: #D29CAB; }
span { border-color: rgb(210,156,171); }
td.TdClassName
{
border-color: #D29CAB;
}
.TagClassName
{
border-color: #D29CAB;
}
</style>