Shades of Kobi #DE96A1
Tints of Kobi #DE96A1
RGB
CMYK
RGB Variations
Color information
#DE96A1 (or 0xDE96A1) is known color: Kobi. HEX triplet: DE, 96 and A1. RGB value is (222,150,161). Sum of RGB (Red+Green+Blue) = 222+150+161=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE96A1 is #21695E. Grayscale: #ACACAC. Windows color (decimal): -2189663 or 10589918. OLE color: 10589918.
HSL color Cylindrical-coordinate representation of color #DE96A1: hue angle of 350.83º 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 #DE96A1 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 161 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.13 |
| HSL | 350.83º | 0.52% | 0.73% | - |
| HSV(B) | 350.83º | 0.32% | 0.87% | - |
| XYZ | 47.46 | 39.92 | 38.92 | - |
| YUV | 172.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 161 | 0 | 0.32 | 0.27 | 0.13 | 350.83 | 0.52 | 0.73 |
| Hex | DE | 96 | A1 | 0 | 20 | 1B | D | 15F | 34 | 49 |
| Octal | 336 | 226 | 241 | 0 | 40 | 33 | 15 | 537 | 64 | 111 |
| Binary | 11011110 | 10010110 | 10100001 | 0 | 100000 | 11011 | 1101 | 101011111 | 110100 | 1001001 |
Color Harmonies of #DE96A1
Complementary color
Monochromatic Colors of #DE96A1
Black with #DE96A1
Text Example
Text Example
White with #DE96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96A1; }
p { color: rgb(222,150,161); }
H1.HeaderClassName
{
color: #DE96A1;
}
.AnyTagClassName
{
color: #DE96A1;
}
</style>
background-color css
<style>
a { background-color: #DE96A1; }
a { background-color: rgb(222,150,161); }
div.DivClassName
{
background-color: #DE96A1;
}
.BgClassName
{
background-color: #DE96A1;
}
</style>
border-color css
<style>
span { border-color: #DE96A1; }
span { border-color: rgb(222,150,161); }
td.TdClassName
{
border-color: #DE96A1;
}
.TagClassName
{
border-color: #DE96A1;
}
</style>