Shades of Kobi #DC9AB5
Tints of Kobi #DC9AB5
RGB
CMYK
RGB Variations
Color information
#DC9AB5 (or 0xDC9AB5) is known color: Kobi. HEX triplet: DC, 9A and B5. RGB value is (220,154,181). Sum of RGB (Red+Green+Blue) = 220+154+181=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AB5 is #23654A. Grayscale: #B0B0B0. Windows color (decimal): -2319691 or 11901660. OLE color: 11901660.
HSL color Cylindrical-coordinate representation of color #DC9AB5: hue angle of 335.45º 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 #DC9AB5 is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 181 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.14 |
| HSL | 335.45º | 0.49% | 0.73% | - |
| HSV(B) | 335.45º | 0.3% | 0.86% | - |
| XYZ | 49.41 | 41.66 | 49.15 | - |
| YUV | 176.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 181 | 0 | 0.3 | 0.18 | 0.14 | 335.45 | 0.49 | 0.73 |
| Hex | DC | 9A | B5 | 0 | 1E | 12 | E | 14F | 31 | 49 |
| Octal | 334 | 232 | 265 | 0 | 36 | 22 | 16 | 517 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10110101 | 0 | 11110 | 10010 | 1110 | 101001111 | 110001 | 1001001 |
Color Harmonies of #DC9AB5
Complementary color
Monochromatic Colors of #DC9AB5
Black with #DC9AB5
Text Example
Text Example
White with #DC9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AB5; }
p { color: rgb(220,154,181); }
H1.HeaderClassName
{
color: #DC9AB5;
}
.AnyTagClassName
{
color: #DC9AB5;
}
</style>
background-color css
<style>
a { background-color: #DC9AB5; }
a { background-color: rgb(220,154,181); }
div.DivClassName
{
background-color: #DC9AB5;
}
.BgClassName
{
background-color: #DC9AB5;
}
</style>
border-color css
<style>
span { border-color: #DC9AB5; }
span { border-color: rgb(220,154,181); }
td.TdClassName
{
border-color: #DC9AB5;
}
.TagClassName
{
border-color: #DC9AB5;
}
</style>