Shades of Kobi #DC9BB5
Tints of Kobi #DC9BB5
RGB
CMYK
RGB Variations
Color information
#DC9BB5 (or 0xDC9BB5) is known color: Kobi. HEX triplet: DC, 9B and B5. RGB value is (220,155,181). Sum of RGB (Red+Green+Blue) = 220+155+181=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BB5 is #23644A. Grayscale: #B1B1B1. Windows color (decimal): -2319435 or 11901916. OLE color: 11901916.
HSL color Cylindrical-coordinate representation of color #DC9BB5: hue angle of 336º 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 #DC9BB5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 181 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.14 |
| HSL | 336º | 0.48% | 0.74% | - |
| HSV(B) | 336º | 0.3% | 0.86% | - |
| XYZ | 49.58 | 41.99 | 49.21 | - |
| YUV | 177.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 181 | 0 | 0.30 | 0.18 | 0.14 | 336 | 0.48 | 0.74 |
| Hex | DC | 9B | B5 | 0 | 1E | 12 | E | 150 | 30 | 4A |
| Octal | 334 | 233 | 265 | 0 | 36 | 22 | 16 | 520 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10110101 | 0 | 11110 | 10010 | 1110 | 101010000 | 110000 | 1001010 |
Color Harmonies of #DC9BB5
Complementary color
Monochromatic Colors of #DC9BB5
Black with #DC9BB5
Text Example
Text Example
White with #DC9BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BB5; }
p { color: rgb(220,155,181); }
H1.HeaderClassName
{
color: #DC9BB5;
}
.AnyTagClassName
{
color: #DC9BB5;
}
</style>
background-color css
<style>
a { background-color: #DC9BB5; }
a { background-color: rgb(220,155,181); }
div.DivClassName
{
background-color: #DC9BB5;
}
.BgClassName
{
background-color: #DC9BB5;
}
</style>
border-color css
<style>
span { border-color: #DC9BB5; }
span { border-color: rgb(220,155,181); }
td.TdClassName
{
border-color: #DC9BB5;
}
.TagClassName
{
border-color: #DC9BB5;
}
</style>