Shades of Kobi #DC9CB5
Tints of Kobi #DC9CB5
RGB
CMYK
RGB Variations
Color information
#DC9CB5 (or 0xDC9CB5) is known color: Kobi. HEX triplet: DC, 9C and B5. RGB value is (220,156,181). Sum of RGB (Red+Green+Blue) = 220+156+181=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CB5 is #23634A. Grayscale: #B1B1B1. Windows color (decimal): -2319179 or 11902172. OLE color: 11902172.
HSL color Cylindrical-coordinate representation of color #DC9CB5: hue angle of 336.56º 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 #DC9CB5 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 181 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.14 |
| HSL | 336.56º | 0.48% | 0.74% | - |
| HSV(B) | 336.56º | 0.29% | 0.86% | - |
| XYZ | 49.74 | 42.33 | 49.26 | - |
| YUV | 177.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 181 | 0 | 0.29 | 0.18 | 0.14 | 336.56 | 0.48 | 0.74 |
| Hex | DC | 9C | B5 | 0 | 1D | 12 | E | 151 | 30 | 4A |
| Octal | 334 | 234 | 265 | 0 | 35 | 22 | 16 | 521 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10110101 | 0 | 11101 | 10010 | 1110 | 101010001 | 110000 | 1001010 |
Color Harmonies of #DC9CB5
Complementary color
Monochromatic Colors of #DC9CB5
Black with #DC9CB5
Text Example
Text Example
White with #DC9CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CB5; }
p { color: rgb(220,156,181); }
H1.HeaderClassName
{
color: #DC9CB5;
}
.AnyTagClassName
{
color: #DC9CB5;
}
</style>
background-color css
<style>
a { background-color: #DC9CB5; }
a { background-color: rgb(220,156,181); }
div.DivClassName
{
background-color: #DC9CB5;
}
.BgClassName
{
background-color: #DC9CB5;
}
</style>
border-color css
<style>
span { border-color: #DC9CB5; }
span { border-color: rgb(220,156,181); }
td.TdClassName
{
border-color: #DC9CB5;
}
.TagClassName
{
border-color: #DC9CB5;
}
</style>