Shades of Kobi #DC9FAE
Tints of Kobi #DC9FAE
RGB
CMYK
RGB Variations
Color information
#DC9FAE (or 0xDC9FAE) is known color: Kobi. HEX triplet: DC, 9F and AE. RGB value is (220,159,174). Sum of RGB (Red+Green+Blue) = 220+159+174=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAE is #236051. Grayscale: #B2B2B2. Windows color (decimal): -2318418 or 11444188. OLE color: 11444188.
HSL color Cylindrical-coordinate representation of color #DC9FAE: hue angle of 345.25º 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 #DC9FAE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 174 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.14 |
| HSL | 345.25º | 0.47% | 0.74% | - |
| HSV(B) | 345.25º | 0.28% | 0.86% | - |
| XYZ | 49.55 | 43.07 | 45.75 | - |
| YUV | 178.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 174 | 0 | 0.28 | 0.21 | 0.14 | 345.25 | 0.47 | 0.74 |
| Hex | DC | 9F | AE | 0 | 1C | 15 | E | 159 | 2F | 4A |
| Octal | 334 | 237 | 256 | 0 | 34 | 25 | 16 | 531 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101110 | 0 | 11100 | 10101 | 1110 | 101011001 | 101111 | 1001010 |
Color Harmonies of #DC9FAE
Complementary color
Monochromatic Colors of #DC9FAE
Black with #DC9FAE
Text Example
Text Example
White with #DC9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FAE; }
p { color: rgb(220,159,174); }
H1.HeaderClassName
{
color: #DC9FAE;
}
.AnyTagClassName
{
color: #DC9FAE;
}
</style>
background-color css
<style>
a { background-color: #DC9FAE; }
a { background-color: rgb(220,159,174); }
div.DivClassName
{
background-color: #DC9FAE;
}
.BgClassName
{
background-color: #DC9FAE;
}
</style>
border-color css
<style>
span { border-color: #DC9FAE; }
span { border-color: rgb(220,159,174); }
td.TdClassName
{
border-color: #DC9FAE;
}
.TagClassName
{
border-color: #DC9FAE;
}
</style>