Shades of Kobi #DC9FAA
Tints of Kobi #DC9FAA
RGB
CMYK
RGB Variations
Color information
#DC9FAA (or 0xDC9FAA) is known color: Kobi. HEX triplet: DC, 9F and AA. RGB value is (220,159,170). Sum of RGB (Red+Green+Blue) = 220+159+170=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAA is #236055. Grayscale: #B2B2B2. Windows color (decimal): -2318422 or 11182044. OLE color: 11182044.
HSL color Cylindrical-coordinate representation of color #DC9FAA: hue angle of 349.18º 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 #DC9FAA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 170 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.14 |
| HSL | 349.18º | 0.47% | 0.74% | - |
| HSV(B) | 349.18º | 0.28% | 0.86% | - |
| XYZ | 49.17 | 42.91 | 43.72 | - |
| YUV | 178.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 170 | 0 | 0.28 | 0.23 | 0.14 | 349.18 | 0.47 | 0.74 |
| Hex | DC | 9F | AA | 0 | 1C | 17 | E | 15D | 2F | 4A |
| Octal | 334 | 237 | 252 | 0 | 34 | 27 | 16 | 535 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101010 | 0 | 11100 | 10111 | 1110 | 101011101 | 101111 | 1001010 |
Color Harmonies of #DC9FAA
Complementary color
Monochromatic Colors of #DC9FAA
Black with #DC9FAA
Text Example
Text Example
White with #DC9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FAA; }
p { color: rgb(220,159,170); }
H1.HeaderClassName
{
color: #DC9FAA;
}
.AnyTagClassName
{
color: #DC9FAA;
}
</style>
background-color css
<style>
a { background-color: #DC9FAA; }
a { background-color: rgb(220,159,170); }
div.DivClassName
{
background-color: #DC9FAA;
}
.BgClassName
{
background-color: #DC9FAA;
}
</style>
border-color css
<style>
span { border-color: #DC9FAA; }
span { border-color: rgb(220,159,170); }
td.TdClassName
{
border-color: #DC9FAA;
}
.TagClassName
{
border-color: #DC9FAA;
}
</style>