Shades of Kobi #DC9CA9
Tints of Kobi #DC9CA9
RGB
CMYK
RGB Variations
Color information
#DC9CA9 (or 0xDC9CA9) is known color: Kobi. HEX triplet: DC, 9C and A9. RGB value is (220,156,169). Sum of RGB (Red+Green+Blue) = 220+156+169=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CA9 is #236356. Grayscale: #B0B0B0. Windows color (decimal): -2319191 or 11115740. OLE color: 11115740.
HSL color Cylindrical-coordinate representation of color #DC9CA9: hue angle of 347.81º 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 #DC9CA9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 169 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.14 |
| HSL | 347.81º | 0.48% | 0.74% | - |
| HSV(B) | 347.81º | 0.29% | 0.86% | - |
| XYZ | 48.57 | 41.86 | 43.06 | - |
| YUV | 176.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 169 | 0 | 0.29 | 0.23 | 0.14 | 347.81 | 0.48 | 0.74 |
| Hex | DC | 9C | A9 | 0 | 1D | 17 | E | 15C | 30 | 4A |
| Octal | 334 | 234 | 251 | 0 | 35 | 27 | 16 | 534 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10101001 | 0 | 11101 | 10111 | 1110 | 101011100 | 110000 | 1001010 |
Color Harmonies of #DC9CA9
Complementary color
Monochromatic Colors of #DC9CA9
Black with #DC9CA9
Text Example
Text Example
White with #DC9CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CA9; }
p { color: rgb(220,156,169); }
H1.HeaderClassName
{
color: #DC9CA9;
}
.AnyTagClassName
{
color: #DC9CA9;
}
</style>
background-color css
<style>
a { background-color: #DC9CA9; }
a { background-color: rgb(220,156,169); }
div.DivClassName
{
background-color: #DC9CA9;
}
.BgClassName
{
background-color: #DC9CA9;
}
</style>
border-color css
<style>
span { border-color: #DC9CA9; }
span { border-color: rgb(220,156,169); }
td.TdClassName
{
border-color: #DC9CA9;
}
.TagClassName
{
border-color: #DC9CA9;
}
</style>