Shades of Kobi #DC9AA9
Tints of Kobi #DC9AA9
RGB
CMYK
RGB Variations
Color information
#DC9AA9 (or 0xDC9AA9) is known color: Kobi. HEX triplet: DC, 9A and A9. RGB value is (220,154,169). Sum of RGB (Red+Green+Blue) = 220+154+169=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA9 is #236556. Grayscale: #AFAFAF. Windows color (decimal): -2319703 or 11115228. OLE color: 11115228.
HSL color Cylindrical-coordinate representation of color #DC9AA9: hue angle of 346.36º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AA9 is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 169 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.14 |
| HSL | 346.36º | 0.49% | 0.73% | - |
| HSV(B) | 346.36º | 0.3% | 0.86% | - |
| XYZ | 48.23 | 41.19 | 42.94 | - |
| YUV | 175.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 169 | 0 | 0.3 | 0.23 | 0.14 | 346.36 | 0.49 | 0.73 |
| Hex | DC | 9A | A9 | 0 | 1E | 17 | E | 15A | 31 | 49 |
| Octal | 334 | 232 | 251 | 0 | 36 | 27 | 16 | 532 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10101001 | 0 | 11110 | 10111 | 1110 | 101011010 | 110001 | 1001001 |
Color Harmonies of #DC9AA9
Complementary color
Monochromatic Colors of #DC9AA9
Black with #DC9AA9
Text Example
Text Example
White with #DC9AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AA9; }
p { color: rgb(220,154,169); }
H1.HeaderClassName
{
color: #DC9AA9;
}
.AnyTagClassName
{
color: #DC9AA9;
}
</style>
background-color css
<style>
a { background-color: #DC9AA9; }
a { background-color: rgb(220,154,169); }
div.DivClassName
{
background-color: #DC9AA9;
}
.BgClassName
{
background-color: #DC9AA9;
}
</style>
border-color css
<style>
span { border-color: #DC9AA9; }
span { border-color: rgb(220,154,169); }
td.TdClassName
{
border-color: #DC9AA9;
}
.TagClassName
{
border-color: #DC9AA9;
}
</style>