Shades of Kobi #D29BAC
Tints of Kobi #D29BAC
RGB
CMYK
RGB Variations
Color information
#D29BAC (or 0xD29BAC) is known color: Kobi. HEX triplet: D2, 9B and AC. RGB value is (210,155,172). Sum of RGB (Red+Green+Blue) = 210+155+172=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BAC is #2D6453. Grayscale: #ADADAD. Windows color (decimal): -2974804 or 11312082. OLE color: 11312082.
HSL color Cylindrical-coordinate representation of color #D29BAC: hue angle of 341.45º 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 #D29BAC is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 155 | 172 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.18 |
| HSL | 341.45º | 0.38% | 0.72% | - |
| HSV(B) | 341.45º | 0.26% | 0.82% | - |
| XYZ | 45.75 | 40.12 | 44.36 | - |
| YUV | 173.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 155 | 172 | 0 | 0.26 | 0.18 | 0.18 | 341.45 | 0.38 | 0.72 |
| Hex | D2 | 9B | AC | 0 | 1A | 12 | 12 | 155 | 26 | 48 |
| Octal | 322 | 233 | 254 | 0 | 32 | 22 | 22 | 525 | 46 | 110 |
| Binary | 11010010 | 10011011 | 10101100 | 0 | 11010 | 10010 | 10010 | 101010101 | 100110 | 1001000 |
Color Harmonies of #D29BAC
Complementary color
Monochromatic Colors of #D29BAC
Black with #D29BAC
Text Example
Text Example
White with #D29BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29BAC; }
p { color: rgb(210,155,172); }
H1.HeaderClassName
{
color: #D29BAC;
}
.AnyTagClassName
{
color: #D29BAC;
}
</style>
background-color css
<style>
a { background-color: #D29BAC; }
a { background-color: rgb(210,155,172); }
div.DivClassName
{
background-color: #D29BAC;
}
.BgClassName
{
background-color: #D29BAC;
}
</style>
border-color css
<style>
span { border-color: #D29BAC; }
span { border-color: rgb(210,155,172); }
td.TdClassName
{
border-color: #D29BAC;
}
.TagClassName
{
border-color: #D29BAC;
}
</style>