Shades of Kobi #DC9BB4
Tints of Kobi #DC9BB4
RGB
CMYK
RGB Variations
Color information
#DC9BB4 (or 0xDC9BB4) is known color: Kobi. HEX triplet: DC, 9B and B4. RGB value is (220,155,180). Sum of RGB (Red+Green+Blue) = 220+155+180=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BB4 is #23644B. Grayscale: #B1B1B1. Windows color (decimal): -2319436 or 11836380. OLE color: 11836380.
HSL color Cylindrical-coordinate representation of color #DC9BB4: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BB4 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 180 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.14 |
| HSL | 336.92º | 0.48% | 0.74% | - |
| HSV(B) | 336.92º | 0.3% | 0.86% | - |
| XYZ | 49.47 | 41.95 | 48.67 | - |
| YUV | 177.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 180 | 0 | 0.30 | 0.18 | 0.14 | 336.92 | 0.48 | 0.74 |
| Hex | DC | 9B | B4 | 0 | 1E | 12 | E | 151 | 30 | 4A |
| Octal | 334 | 233 | 264 | 0 | 36 | 22 | 16 | 521 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10110100 | 0 | 11110 | 10010 | 1110 | 101010001 | 110000 | 1001010 |
Color Harmonies of #DC9BB4
Complementary color
Monochromatic Colors of #DC9BB4
Black with #DC9BB4
Text Example
Text Example
White with #DC9BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BB4; }
p { color: rgb(220,155,180); }
H1.HeaderClassName
{
color: #DC9BB4;
}
.AnyTagClassName
{
color: #DC9BB4;
}
</style>
background-color css
<style>
a { background-color: #DC9BB4; }
a { background-color: rgb(220,155,180); }
div.DivClassName
{
background-color: #DC9BB4;
}
.BgClassName
{
background-color: #DC9BB4;
}
</style>
border-color css
<style>
span { border-color: #DC9BB4; }
span { border-color: rgb(220,155,180); }
td.TdClassName
{
border-color: #DC9BB4;
}
.TagClassName
{
border-color: #DC9BB4;
}
</style>