Shades of Kobi #DE96A0
Tints of Kobi #DE96A0
RGB
CMYK
RGB Variations
Color information
#DE96A0 (or 0xDE96A0) is known color: Kobi. HEX triplet: DE, 96 and A0. RGB value is (222,150,160). Sum of RGB (Red+Green+Blue) = 222+150+160=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE96A0 is #21695F. Grayscale: #ACACAC. Windows color (decimal): -2189664 or 10524382. OLE color: 10524382.
HSL color Cylindrical-coordinate representation of color #DE96A0: hue angle of 351.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE96A0 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 160 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.13 |
| HSL | 351.67º | 0.52% | 0.73% | - |
| HSV(B) | 351.67º | 0.32% | 0.87% | - |
| XYZ | 47.38 | 39.88 | 38.46 | - |
| YUV | 172.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 160 | 0 | 0.32 | 0.28 | 0.13 | 351.67 | 0.52 | 0.73 |
| Hex | DE | 96 | A0 | 0 | 20 | 1C | D | 160 | 34 | 49 |
| Octal | 336 | 226 | 240 | 0 | 40 | 34 | 15 | 540 | 64 | 111 |
| Binary | 11011110 | 10010110 | 10100000 | 0 | 100000 | 11100 | 1101 | 101100000 | 110100 | 1001001 |
Color Harmonies of #DE96A0
Complementary color
Monochromatic Colors of #DE96A0
Black with #DE96A0
Text Example
Text Example
White with #DE96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96A0; }
p { color: rgb(222,150,160); }
H1.HeaderClassName
{
color: #DE96A0;
}
.AnyTagClassName
{
color: #DE96A0;
}
</style>
background-color css
<style>
a { background-color: #DE96A0; }
a { background-color: rgb(222,150,160); }
div.DivClassName
{
background-color: #DE96A0;
}
.BgClassName
{
background-color: #DE96A0;
}
</style>
border-color css
<style>
span { border-color: #DE96A0; }
span { border-color: rgb(222,150,160); }
td.TdClassName
{
border-color: #DE96A0;
}
.TagClassName
{
border-color: #DE96A0;
}
</style>