Shades of Kobi #DC9CAF
Tints of Kobi #DC9CAF
RGB
CMYK
RGB Variations
Color information
#DC9CAF (or 0xDC9CAF) is known color: Kobi. HEX triplet: DC, 9C and AF. RGB value is (220,156,175). Sum of RGB (Red+Green+Blue) = 220+156+175=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CAF is #236350. Grayscale: #B1B1B1. Windows color (decimal): -2319185 or 11508956. OLE color: 11508956.
HSL color Cylindrical-coordinate representation of color #DC9CAF: hue angle of 342.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CAF is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 175 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.14 |
| HSL | 342.19º | 0.48% | 0.74% | - |
| HSV(B) | 342.19º | 0.29% | 0.86% | - |
| XYZ | 49.14 | 42.09 | 46.09 | - |
| YUV | 177.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 175 | 0 | 0.29 | 0.20 | 0.14 | 342.19 | 0.48 | 0.74 |
| Hex | DC | 9C | AF | 0 | 1D | 14 | E | 156 | 30 | 4A |
| Octal | 334 | 234 | 257 | 0 | 35 | 24 | 16 | 526 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10101111 | 0 | 11101 | 10100 | 1110 | 101010110 | 110000 | 1001010 |
Color Harmonies of #DC9CAF
Complementary color
Monochromatic Colors of #DC9CAF
Black with #DC9CAF
Text Example
Text Example
White with #DC9CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CAF; }
p { color: rgb(220,156,175); }
H1.HeaderClassName
{
color: #DC9CAF;
}
.AnyTagClassName
{
color: #DC9CAF;
}
</style>
background-color css
<style>
a { background-color: #DC9CAF; }
a { background-color: rgb(220,156,175); }
div.DivClassName
{
background-color: #DC9CAF;
}
.BgClassName
{
background-color: #DC9CAF;
}
</style>
border-color css
<style>
span { border-color: #DC9CAF; }
span { border-color: rgb(220,156,175); }
td.TdClassName
{
border-color: #DC9CAF;
}
.TagClassName
{
border-color: #DC9CAF;
}
</style>