Shades of Kobi #DB9CAB
Tints of Kobi #DB9CAB
RGB
CMYK
RGB Variations
Color information
#DB9CAB (or 0xDB9CAB) is known color: Kobi. HEX triplet: DB, 9C and AB. RGB value is (219,156,171). Sum of RGB (Red+Green+Blue) = 219+156+171=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CAB is #246354. Grayscale: #B0B0B0. Windows color (decimal): -2384725 or 11246811. OLE color: 11246811.
HSL color Cylindrical-coordinate representation of color #DB9CAB: hue angle of 345.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CAB is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 171 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.14 |
| HSL | 345.71º | 0.47% | 0.74% | - |
| HSV(B) | 345.71º | 0.29% | 0.86% | - |
| XYZ | 48.45 | 41.78 | 44.04 | - |
| YUV | 176.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 171 | 0 | 0.29 | 0.22 | 0.14 | 345.71 | 0.47 | 0.74 |
| Hex | DB | 9C | AB | 0 | 1D | 16 | E | 15A | 2F | 4A |
| Octal | 333 | 234 | 253 | 0 | 35 | 26 | 16 | 532 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10101011 | 0 | 11101 | 10110 | 1110 | 101011010 | 101111 | 1001010 |
Color Harmonies of #DB9CAB
Complementary color
Monochromatic Colors of #DB9CAB
Black with #DB9CAB
Text Example
Text Example
White with #DB9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CAB; }
p { color: rgb(219,156,171); }
H1.HeaderClassName
{
color: #DB9CAB;
}
.AnyTagClassName
{
color: #DB9CAB;
}
</style>
background-color css
<style>
a { background-color: #DB9CAB; }
a { background-color: rgb(219,156,171); }
div.DivClassName
{
background-color: #DB9CAB;
}
.BgClassName
{
background-color: #DB9CAB;
}
</style>
border-color css
<style>
span { border-color: #DB9CAB; }
span { border-color: rgb(219,156,171); }
td.TdClassName
{
border-color: #DB9CAB;
}
.TagClassName
{
border-color: #DB9CAB;
}
</style>