Shades of Kobi #DC9EAA
Tints of Kobi #DC9EAA
RGB
CMYK
RGB Variations
Color information
#DC9EAA (or 0xDC9EAA) is known color: Kobi. HEX triplet: DC, 9E and AA. RGB value is (220,158,170). Sum of RGB (Red+Green+Blue) = 220+158+170=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9EAA is #236155. Grayscale: #B1B1B1. Windows color (decimal): -2318678 or 11181788. OLE color: 11181788.
HSL color Cylindrical-coordinate representation of color #DC9EAA: hue angle of 348.39º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EAA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 170 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.14 |
| HSL | 348.39º | 0.47% | 0.74% | - |
| HSV(B) | 348.39º | 0.28% | 0.86% | - |
| XYZ | 49 | 42.57 | 43.66 | - |
| YUV | 177.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 170 | 0 | 0.28 | 0.23 | 0.14 | 348.39 | 0.47 | 0.74 |
| Hex | DC | 9E | AA | 0 | 1C | 17 | E | 15C | 2F | 4A |
| Octal | 334 | 236 | 252 | 0 | 34 | 27 | 16 | 534 | 57 | 112 |
| Binary | 11011100 | 10011110 | 10101010 | 0 | 11100 | 10111 | 1110 | 101011100 | 101111 | 1001010 |
Color Harmonies of #DC9EAA
Complementary color
Monochromatic Colors of #DC9EAA
Black with #DC9EAA
Text Example
Text Example
White with #DC9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EAA; }
p { color: rgb(220,158,170); }
H1.HeaderClassName
{
color: #DC9EAA;
}
.AnyTagClassName
{
color: #DC9EAA;
}
</style>
background-color css
<style>
a { background-color: #DC9EAA; }
a { background-color: rgb(220,158,170); }
div.DivClassName
{
background-color: #DC9EAA;
}
.BgClassName
{
background-color: #DC9EAA;
}
</style>
border-color css
<style>
span { border-color: #DC9EAA; }
span { border-color: rgb(220,158,170); }
td.TdClassName
{
border-color: #DC9EAA;
}
.TagClassName
{
border-color: #DC9EAA;
}
</style>