Shades of Kobi #DC9CB3
Tints of Kobi #DC9CB3
RGB
CMYK
RGB Variations
Color information
#DC9CB3 (or 0xDC9CB3) is known color: Kobi. HEX triplet: DC, 9C and B3. RGB value is (220,156,179). Sum of RGB (Red+Green+Blue) = 220+156+179=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CB3 is #23634C. Grayscale: #B1B1B1. Windows color (decimal): -2319181 or 11771100. OLE color: 11771100.
HSL color Cylindrical-coordinate representation of color #DC9CB3: hue angle of 338.44º 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 #DC9CB3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 179 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.14 |
| HSL | 338.44º | 0.48% | 0.74% | - |
| HSV(B) | 338.44º | 0.29% | 0.86% | - |
| XYZ | 49.54 | 42.25 | 48.19 | - |
| YUV | 177.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 179 | 0 | 0.29 | 0.19 | 0.14 | 338.44 | 0.48 | 0.74 |
| Hex | DC | 9C | B3 | 0 | 1D | 13 | E | 152 | 30 | 4A |
| Octal | 334 | 234 | 263 | 0 | 35 | 23 | 16 | 522 | 60 | 112 |
| Binary | 11011100 | 10011100 | 10110011 | 0 | 11101 | 10011 | 1110 | 101010010 | 110000 | 1001010 |
Color Harmonies of #DC9CB3
Complementary color
Monochromatic Colors of #DC9CB3
Black with #DC9CB3
Text Example
Text Example
White with #DC9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CB3; }
p { color: rgb(220,156,179); }
H1.HeaderClassName
{
color: #DC9CB3;
}
.AnyTagClassName
{
color: #DC9CB3;
}
</style>
background-color css
<style>
a { background-color: #DC9CB3; }
a { background-color: rgb(220,156,179); }
div.DivClassName
{
background-color: #DC9CB3;
}
.BgClassName
{
background-color: #DC9CB3;
}
</style>
border-color css
<style>
span { border-color: #DC9CB3; }
span { border-color: rgb(220,156,179); }
td.TdClassName
{
border-color: #DC9CB3;
}
.TagClassName
{
border-color: #DC9CB3;
}
</style>