Shades of Kobi #DE9CA6
Tints of Kobi #DE9CA6
RGB
CMYK
RGB Variations
Color information
#DE9CA6 (or 0xDE9CA6) is known color: Kobi. HEX triplet: DE, 9C and A6. RGB value is (222,156,166). Sum of RGB (Red+Green+Blue) = 222+156+166=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CA6 is #216359. Grayscale: #B0B0B0. Windows color (decimal): -2188122 or 10919134. OLE color: 10919134.
HSL color Cylindrical-coordinate representation of color #DE9CA6: hue angle of 350.91º 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 #DE9CA6 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 166 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.13 |
| HSL | 350.91º | 0.5% | 0.74% | - |
| HSV(B) | 350.91º | 0.3% | 0.87% | - |
| XYZ | 48.9 | 42.06 | 41.62 | - |
| YUV | 176.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 166 | 0 | 0.30 | 0.25 | 0.13 | 350.91 | 0.5 | 0.74 |
| Hex | DE | 9C | A6 | 0 | 1E | 19 | D | 15F | 32 | 4A |
| Octal | 336 | 234 | 246 | 0 | 36 | 31 | 15 | 537 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10100110 | 0 | 11110 | 11001 | 1101 | 101011111 | 110010 | 1001010 |
Color Harmonies of #DE9CA6
Complementary color
Monochromatic Colors of #DE9CA6
Black with #DE9CA6
Text Example
Text Example
White with #DE9CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CA6; }
p { color: rgb(222,156,166); }
H1.HeaderClassName
{
color: #DE9CA6;
}
.AnyTagClassName
{
color: #DE9CA6;
}
</style>
background-color css
<style>
a { background-color: #DE9CA6; }
a { background-color: rgb(222,156,166); }
div.DivClassName
{
background-color: #DE9CA6;
}
.BgClassName
{
background-color: #DE9CA6;
}
</style>
border-color css
<style>
span { border-color: #DE9CA6; }
span { border-color: rgb(222,156,166); }
td.TdClassName
{
border-color: #DE9CA6;
}
.TagClassName
{
border-color: #DE9CA6;
}
</style>