Shades of Kobi #DC9CB0
Tints of Kobi #DC9CB0
RGB
CMYK
RGB Variations
Color information
#DC9CB0 (or 0xDC9CB0) is known color: Kobi. HEX triplet: DC, 9C and B0. RGB value is (220,156,176). Sum of RGB (Red+Green+Blue) = 220+156+176=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CB0 is #23634F. Grayscale: #B1B1B1. Windows color (decimal): -2319184 or 11574492. OLE color: 11574492.
HSL color Cylindrical-coordinate representation of color #DC9CB0: hue angle of 341.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9CB0 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 176 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.14 |
| HSL | 341.25º | 0.48% | 0.74% | - |
| HSV(B) | 341.25º | 0.29% | 0.86% | - |
| XYZ | 49.24 | 42.13 | 46.61 | - |
| YUV | 177.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 176 | 0 | 0.29 | 0.2 | 0.14 | 341.25 | 0.48 | 0.74 |
| Hex | DC | 9C | B0 | 0 | 1D | 14 | E | 155 | 30 | 4A |
| Octal | 334 | 234 | 260 | 0 | 35 | 24 | 16 | 525 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10110000 | 0 | 11101 | 10100 | 1110 | 101010101 | 110000 | 1001010 |
Color Harmonies of #DC9CB0
Complementary color
Monochromatic Colors of #DC9CB0
Black with #DC9CB0
Text Example
Text Example
White with #DC9CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CB0; }
p { color: rgb(220,156,176); }
H1.HeaderClassName
{
color: #DC9CB0;
}
.AnyTagClassName
{
color: #DC9CB0;
}
</style>
background-color css
<style>
a { background-color: #DC9CB0; }
a { background-color: rgb(220,156,176); }
div.DivClassName
{
background-color: #DC9CB0;
}
.BgClassName
{
background-color: #DC9CB0;
}
</style>
border-color css
<style>
span { border-color: #DC9CB0; }
span { border-color: rgb(220,156,176); }
td.TdClassName
{
border-color: #DC9CB0;
}
.TagClassName
{
border-color: #DC9CB0;
}
</style>