Shades of Kobi #DC9FB0
Tints of Kobi #DC9FB0
RGB
CMYK
RGB Variations
Color information
#DC9FB0 (or 0xDC9FB0) is known color: Kobi. HEX triplet: DC, 9F and B0. RGB value is (220,159,176). Sum of RGB (Red+Green+Blue) = 220+159+176=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FB0 is #23604F. Grayscale: #B3B3B3. Windows color (decimal): -2318416 or 11575260. OLE color: 11575260.
HSL color Cylindrical-coordinate representation of color #DC9FB0: hue angle of 343.28º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FB0 is Cyan = 0, Magento = 0.28, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 176 | - |
| CMYK | 0 | 0.28 | 0.2 | 0.14 |
| HSL | 343.28º | 0.47% | 0.74% | - |
| HSV(B) | 343.28º | 0.28% | 0.86% | - |
| XYZ | 49.75 | 43.15 | 46.78 | - |
| YUV | 179.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 176 | 0 | 0.28 | 0.2 | 0.14 | 343.28 | 0.47 | 0.74 |
| Hex | DC | 9F | B0 | 0 | 1C | 14 | E | 157 | 2F | 4A |
| Octal | 334 | 237 | 260 | 0 | 34 | 24 | 16 | 527 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10110000 | 0 | 11100 | 10100 | 1110 | 101010111 | 101111 | 1001010 |
Color Harmonies of #DC9FB0
Complementary color
Monochromatic Colors of #DC9FB0
Black with #DC9FB0
Text Example
Text Example
White with #DC9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FB0; }
p { color: rgb(220,159,176); }
H1.HeaderClassName
{
color: #DC9FB0;
}
.AnyTagClassName
{
color: #DC9FB0;
}
</style>
background-color css
<style>
a { background-color: #DC9FB0; }
a { background-color: rgb(220,159,176); }
div.DivClassName
{
background-color: #DC9FB0;
}
.BgClassName
{
background-color: #DC9FB0;
}
</style>
border-color css
<style>
span { border-color: #DC9FB0; }
span { border-color: rgb(220,159,176); }
td.TdClassName
{
border-color: #DC9FB0;
}
.TagClassName
{
border-color: #DC9FB0;
}
</style>