Shades of Kobi #DE9CAB
Tints of Kobi #DE9CAB
RGB
CMYK
RGB Variations
Color information
#DE9CAB (or 0xDE9CAB) is known color: Kobi. HEX triplet: DE, 9C and AB. RGB value is (222,156,171). Sum of RGB (Red+Green+Blue) = 222+156+171=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CAB is #216354. Grayscale: #B1B1B1. Windows color (decimal): -2188117 or 11246814. OLE color: 11246814.
HSL color Cylindrical-coordinate representation of color #DE9CAB: hue angle of 346.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CAB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 171 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.13 |
| HSL | 346.36º | 0.5% | 0.74% | - |
| HSV(B) | 346.36º | 0.3% | 0.87% | - |
| XYZ | 49.36 | 42.25 | 44.08 | - |
| YUV | 177.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 171 | 0 | 0.30 | 0.23 | 0.13 | 346.36 | 0.5 | 0.74 |
| Hex | DE | 9C | AB | 0 | 1E | 17 | D | 15A | 32 | 4A |
| Octal | 336 | 234 | 253 | 0 | 36 | 27 | 15 | 532 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10101011 | 0 | 11110 | 10111 | 1101 | 101011010 | 110010 | 1001010 |
Color Harmonies of #DE9CAB
Complementary color
Monochromatic Colors of #DE9CAB
Black with #DE9CAB
Text Example
Text Example
White with #DE9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CAB; }
p { color: rgb(222,156,171); }
H1.HeaderClassName
{
color: #DE9CAB;
}
.AnyTagClassName
{
color: #DE9CAB;
}
</style>
background-color css
<style>
a { background-color: #DE9CAB; }
a { background-color: rgb(222,156,171); }
div.DivClassName
{
background-color: #DE9CAB;
}
.BgClassName
{
background-color: #DE9CAB;
}
</style>
border-color css
<style>
span { border-color: #DE9CAB; }
span { border-color: rgb(222,156,171); }
td.TdClassName
{
border-color: #DE9CAB;
}
.TagClassName
{
border-color: #DE9CAB;
}
</style>