Shades of Kobi #DC9AAB
Tints of Kobi #DC9AAB
RGB
CMYK
RGB Variations
Color information
#DC9AAB (or 0xDC9AAB) is known color: Kobi. HEX triplet: DC, 9A and AB. RGB value is (220,154,171). Sum of RGB (Red+Green+Blue) = 220+154+171=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AAB is #236554. Grayscale: #AFAFAF. Windows color (decimal): -2319701 or 11246300. OLE color: 11246300.
HSL color Cylindrical-coordinate representation of color #DC9AAB: hue angle of 344.55º 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 #DC9AAB is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 171 | - |
| CMYK | 0 | 0.3 | 0.22 | 0.14 |
| HSL | 344.55º | 0.49% | 0.73% | - |
| HSV(B) | 344.55º | 0.3% | 0.86% | - |
| XYZ | 48.42 | 41.27 | 43.94 | - |
| YUV | 175.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 171 | 0 | 0.3 | 0.22 | 0.14 | 344.55 | 0.49 | 0.73 |
| Hex | DC | 9A | AB | 0 | 1E | 16 | E | 159 | 31 | 49 |
| Octal | 334 | 232 | 253 | 0 | 36 | 26 | 16 | 531 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10101011 | 0 | 11110 | 10110 | 1110 | 101011001 | 110001 | 1001001 |
Color Harmonies of #DC9AAB
Complementary color
Monochromatic Colors of #DC9AAB
Black with #DC9AAB
Text Example
Text Example
White with #DC9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AAB; }
p { color: rgb(220,154,171); }
H1.HeaderClassName
{
color: #DC9AAB;
}
.AnyTagClassName
{
color: #DC9AAB;
}
</style>
background-color css
<style>
a { background-color: #DC9AAB; }
a { background-color: rgb(220,154,171); }
div.DivClassName
{
background-color: #DC9AAB;
}
.BgClassName
{
background-color: #DC9AAB;
}
</style>
border-color css
<style>
span { border-color: #DC9AAB; }
span { border-color: rgb(220,154,171); }
td.TdClassName
{
border-color: #DC9AAB;
}
.TagClassName
{
border-color: #DC9AAB;
}
</style>