Shades of Kobi #DC9CB1
Tints of Kobi #DC9CB1
RGB
CMYK
RGB Variations
Color information
#DC9CB1 (or 0xDC9CB1) is known color: Kobi. HEX triplet: DC, 9C and B1. RGB value is (220,156,177). Sum of RGB (Red+Green+Blue) = 220+156+177=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9CB1 is #23634E. Grayscale: #B1B1B1. Windows color (decimal): -2319183 or 11640028. OLE color: 11640028.
HSL color Cylindrical-coordinate representation of color #DC9CB1: hue angle of 340.31º 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 #DC9CB1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 177 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.14 |
| HSL | 340.31º | 0.48% | 0.74% | - |
| HSV(B) | 340.31º | 0.29% | 0.86% | - |
| XYZ | 49.34 | 42.17 | 47.13 | - |
| YUV | 177.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 177 | 0 | 0.29 | 0.20 | 0.14 | 340.31 | 0.48 | 0.74 |
| Hex | DC | 9C | B1 | 0 | 1D | 14 | E | 154 | 30 | 4A |
| Octal | 334 | 234 | 261 | 0 | 35 | 24 | 16 | 524 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10110001 | 0 | 11101 | 10100 | 1110 | 101010100 | 110000 | 1001010 |
Color Harmonies of #DC9CB1
Complementary color
Monochromatic Colors of #DC9CB1
Black with #DC9CB1
Text Example
Text Example
White with #DC9CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CB1; }
p { color: rgb(220,156,177); }
H1.HeaderClassName
{
color: #DC9CB1;
}
.AnyTagClassName
{
color: #DC9CB1;
}
</style>
background-color css
<style>
a { background-color: #DC9CB1; }
a { background-color: rgb(220,156,177); }
div.DivClassName
{
background-color: #DC9CB1;
}
.BgClassName
{
background-color: #DC9CB1;
}
</style>
border-color css
<style>
span { border-color: #DC9CB1; }
span { border-color: rgb(220,156,177); }
td.TdClassName
{
border-color: #DC9CB1;
}
.TagClassName
{
border-color: #DC9CB1;
}
</style>