Shades of Kobi #DC9FAD
Tints of Kobi #DC9FAD
RGB
CMYK
RGB Variations
Color information
#DC9FAD (or 0xDC9FAD) is known color: Kobi. HEX triplet: DC, 9F and AD. RGB value is (220,159,173). Sum of RGB (Red+Green+Blue) = 220+159+173=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAD is #236052. Grayscale: #B2B2B2. Windows color (decimal): -2318419 or 11378652. OLE color: 11378652.
HSL color Cylindrical-coordinate representation of color #DC9FAD: hue angle of 346.23º 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 #DC9FAD is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 173 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.14 |
| HSL | 346.23º | 0.47% | 0.74% | - |
| HSV(B) | 346.23º | 0.28% | 0.86% | - |
| XYZ | 49.46 | 43.03 | 45.23 | - |
| YUV | 178.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 173 | 0 | 0.28 | 0.21 | 0.14 | 346.23 | 0.47 | 0.74 |
| Hex | DC | 9F | AD | 0 | 1C | 15 | E | 15A | 2F | 4A |
| Octal | 334 | 237 | 255 | 0 | 34 | 25 | 16 | 532 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101101 | 0 | 11100 | 10101 | 1110 | 101011010 | 101111 | 1001010 |
Color Harmonies of #DC9FAD
Complementary color
Monochromatic Colors of #DC9FAD
Black with #DC9FAD
Text Example
Text Example
White with #DC9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FAD; }
p { color: rgb(220,159,173); }
H1.HeaderClassName
{
color: #DC9FAD;
}
.AnyTagClassName
{
color: #DC9FAD;
}
</style>
background-color css
<style>
a { background-color: #DC9FAD; }
a { background-color: rgb(220,159,173); }
div.DivClassName
{
background-color: #DC9FAD;
}
.BgClassName
{
background-color: #DC9FAD;
}
</style>
border-color css
<style>
span { border-color: #DC9FAD; }
span { border-color: rgb(220,159,173); }
td.TdClassName
{
border-color: #DC9FAD;
}
.TagClassName
{
border-color: #DC9FAD;
}
</style>