Shades of Kobi #DB8CA9
Tints of Kobi #DB8CA9
RGB
CMYK
RGB Variations
Color information
#DB8CA9 (or 0xDB8CA9) is known color: Kobi. HEX triplet: DB, 8C and A9. RGB value is (219,140,169). Sum of RGB (Red+Green+Blue) = 219+140+169=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CA9 is #247356. Grayscale: #A6A6A6. Windows color (decimal): -2388823 or 11111643. OLE color: 11111643.
HSL color Cylindrical-coordinate representation of color #DB8CA9: hue angle of 337.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CA9 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 169 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.14 |
| HSL | 337.97º | 0.52% | 0.7% | - |
| HSV(B) | 337.97º | 0.36% | 0.86% | - |
| XYZ | 45.75 | 36.68 | 42.2 | - |
| YUV | 166.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 169 | 0 | 0.36 | 0.23 | 0.14 | 337.97 | 0.52 | 0.7 |
| Hex | DB | 8C | A9 | 0 | 24 | 17 | E | 152 | 34 | 46 |
| Octal | 333 | 214 | 251 | 0 | 44 | 27 | 16 | 522 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10101001 | 0 | 100100 | 10111 | 1110 | 101010010 | 110100 | 1000110 |
Color Harmonies of #DB8CA9
Complementary color
Monochromatic Colors of #DB8CA9
Black with #DB8CA9
Text Example
Text Example
White with #DB8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CA9; }
p { color: rgb(219,140,169); }
H1.HeaderClassName
{
color: #DB8CA9;
}
.AnyTagClassName
{
color: #DB8CA9;
}
</style>
background-color css
<style>
a { background-color: #DB8CA9; }
a { background-color: rgb(219,140,169); }
div.DivClassName
{
background-color: #DB8CA9;
}
.BgClassName
{
background-color: #DB8CA9;
}
</style>
border-color css
<style>
span { border-color: #DB8CA9; }
span { border-color: rgb(219,140,169); }
td.TdClassName
{
border-color: #DB8CA9;
}
.TagClassName
{
border-color: #DB8CA9;
}
</style>