Shades of Kobi #DC9BA9
Tints of Kobi #DC9BA9
RGB
CMYK
RGB Variations
Color information
#DC9BA9 (or 0xDC9BA9) is known color: Kobi. HEX triplet: DC, 9B and A9. RGB value is (220,155,169). Sum of RGB (Red+Green+Blue) = 220+155+169=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA9 is #236456. Grayscale: #B0B0B0. Windows color (decimal): -2319447 or 11115484. OLE color: 11115484.
HSL color Cylindrical-coordinate representation of color #DC9BA9: hue angle of 347.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BA9 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 169 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.14 |
| HSL | 347.08º | 0.48% | 0.74% | - |
| HSV(B) | 347.08º | 0.3% | 0.86% | - |
| XYZ | 48.4 | 41.52 | 43 | - |
| YUV | 176.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 169 | 0 | 0.30 | 0.23 | 0.14 | 347.08 | 0.48 | 0.74 |
| Hex | DC | 9B | A9 | 0 | 1E | 17 | E | 15B | 30 | 4A |
| Octal | 334 | 233 | 251 | 0 | 36 | 27 | 16 | 533 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10101001 | 0 | 11110 | 10111 | 1110 | 101011011 | 110000 | 1001010 |
Color Harmonies of #DC9BA9
Complementary color
Monochromatic Colors of #DC9BA9
Black with #DC9BA9
Text Example
Text Example
White with #DC9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BA9; }
p { color: rgb(220,155,169); }
H1.HeaderClassName
{
color: #DC9BA9;
}
.AnyTagClassName
{
color: #DC9BA9;
}
</style>
background-color css
<style>
a { background-color: #DC9BA9; }
a { background-color: rgb(220,155,169); }
div.DivClassName
{
background-color: #DC9BA9;
}
.BgClassName
{
background-color: #DC9BA9;
}
</style>
border-color css
<style>
span { border-color: #DC9BA9; }
span { border-color: rgb(220,155,169); }
td.TdClassName
{
border-color: #DC9BA9;
}
.TagClassName
{
border-color: #DC9BA9;
}
</style>