Shades of Kobi #DE9CA4
Tints of Kobi #DE9CA4
RGB
CMYK
RGB Variations
Color information
#DE9CA4 (or 0xDE9CA4) is known color: Kobi. HEX triplet: DE, 9C and A4. RGB value is (222,156,164). Sum of RGB (Red+Green+Blue) = 222+156+164=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CA4 is #21635B. Grayscale: #B0B0B0. Windows color (decimal): -2188124 or 10788062. OLE color: 10788062.
HSL color Cylindrical-coordinate representation of color #DE9CA4: hue angle of 352.73º 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 #DE9CA4 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 164 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.13 |
| HSL | 352.73º | 0.5% | 0.74% | - |
| HSV(B) | 352.73º | 0.3% | 0.87% | - |
| XYZ | 48.71 | 41.99 | 40.66 | - |
| YUV | 176.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 164 | 0 | 0.30 | 0.26 | 0.13 | 352.73 | 0.5 | 0.74 |
| Hex | DE | 9C | A4 | 0 | 1E | 1A | D | 161 | 32 | 4A |
| Octal | 336 | 234 | 244 | 0 | 36 | 32 | 15 | 541 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10100100 | 0 | 11110 | 11010 | 1101 | 101100001 | 110010 | 1001010 |
Color Harmonies of #DE9CA4
Complementary color
Monochromatic Colors of #DE9CA4
Black with #DE9CA4
Text Example
Text Example
White with #DE9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CA4; }
p { color: rgb(222,156,164); }
H1.HeaderClassName
{
color: #DE9CA4;
}
.AnyTagClassName
{
color: #DE9CA4;
}
</style>
background-color css
<style>
a { background-color: #DE9CA4; }
a { background-color: rgb(222,156,164); }
div.DivClassName
{
background-color: #DE9CA4;
}
.BgClassName
{
background-color: #DE9CA4;
}
</style>
border-color css
<style>
span { border-color: #DE9CA4; }
span { border-color: rgb(222,156,164); }
td.TdClassName
{
border-color: #DE9CA4;
}
.TagClassName
{
border-color: #DE9CA4;
}
</style>