Shades of Kobi #DC9FAF
Tints of Kobi #DC9FAF
RGB
CMYK
RGB Variations
Color information
#DC9FAF (or 0xDC9FAF) is known color: Kobi. HEX triplet: DC, 9F and AF. RGB value is (220,159,175). Sum of RGB (Red+Green+Blue) = 220+159+175=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAF is #236050. Grayscale: #B3B3B3. Windows color (decimal): -2318417 or 11509724. OLE color: 11509724.
HSL color Cylindrical-coordinate representation of color #DC9FAF: hue angle of 344.26º 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 #DC9FAF is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 175 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.14 |
| HSL | 344.26º | 0.47% | 0.74% | - |
| HSV(B) | 344.26º | 0.28% | 0.86% | - |
| XYZ | 49.65 | 43.11 | 46.26 | - |
| YUV | 179.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 175 | 0 | 0.28 | 0.20 | 0.14 | 344.26 | 0.47 | 0.74 |
| Hex | DC | 9F | AF | 0 | 1C | 14 | E | 158 | 2F | 4A |
| Octal | 334 | 237 | 257 | 0 | 34 | 24 | 16 | 530 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101111 | 0 | 11100 | 10100 | 1110 | 101011000 | 101111 | 1001010 |
Color Harmonies of #DC9FAF
Complementary color
Monochromatic Colors of #DC9FAF
Black with #DC9FAF
Text Example
Text Example
White with #DC9FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FAF; }
p { color: rgb(220,159,175); }
H1.HeaderClassName
{
color: #DC9FAF;
}
.AnyTagClassName
{
color: #DC9FAF;
}
</style>
background-color css
<style>
a { background-color: #DC9FAF; }
a { background-color: rgb(220,159,175); }
div.DivClassName
{
background-color: #DC9FAF;
}
.BgClassName
{
background-color: #DC9FAF;
}
</style>
border-color css
<style>
span { border-color: #DC9FAF; }
span { border-color: rgb(220,159,175); }
td.TdClassName
{
border-color: #DC9FAF;
}
.TagClassName
{
border-color: #DC9FAF;
}
</style>