Shades of Kobi #DC9FA9
Tints of Kobi #DC9FA9
RGB
CMYK
RGB Variations
Color information
#DC9FA9 (or 0xDC9FA9) is known color: Kobi. HEX triplet: DC, 9F and A9. RGB value is (220,159,169). Sum of RGB (Red+Green+Blue) = 220+159+169=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FA9 is #236056. Grayscale: #B2B2B2. Windows color (decimal): -2318423 or 11116508. OLE color: 11116508.
HSL color Cylindrical-coordinate representation of color #DC9FA9: hue angle of 350.16º 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 #DC9FA9 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 169 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.14 |
| HSL | 350.16º | 0.47% | 0.74% | - |
| HSV(B) | 350.16º | 0.28% | 0.86% | - |
| XYZ | 49.07 | 42.88 | 43.23 | - |
| YUV | 178.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 169 | 0 | 0.28 | 0.23 | 0.14 | 350.16 | 0.47 | 0.74 |
| Hex | DC | 9F | A9 | 0 | 1C | 17 | E | 15E | 2F | 4A |
| Octal | 334 | 237 | 251 | 0 | 34 | 27 | 16 | 536 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101001 | 0 | 11100 | 10111 | 1110 | 101011110 | 101111 | 1001010 |
Color Harmonies of #DC9FA9
Complementary color
Monochromatic Colors of #DC9FA9
Black with #DC9FA9
Text Example
Text Example
White with #DC9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FA9; }
p { color: rgb(220,159,169); }
H1.HeaderClassName
{
color: #DC9FA9;
}
.AnyTagClassName
{
color: #DC9FA9;
}
</style>
background-color css
<style>
a { background-color: #DC9FA9; }
a { background-color: rgb(220,159,169); }
div.DivClassName
{
background-color: #DC9FA9;
}
.BgClassName
{
background-color: #DC9FA9;
}
</style>
border-color css
<style>
span { border-color: #DC9FA9; }
span { border-color: rgb(220,159,169); }
td.TdClassName
{
border-color: #DC9FA9;
}
.TagClassName
{
border-color: #DC9FA9;
}
</style>