Shades of Kobi #DC9BA6
Tints of Kobi #DC9BA6
RGB
CMYK
RGB Variations
Color information
#DC9BA6 (or 0xDC9BA6) is known color: Kobi. HEX triplet: DC, 9B and A6. RGB value is (220,155,166). Sum of RGB (Red+Green+Blue) = 220+155+166=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA6 is #236459. Grayscale: #AFAFAF. Windows color (decimal): -2319450 or 10918876. OLE color: 10918876.
HSL color Cylindrical-coordinate representation of color #DC9BA6: hue angle of 349.85º 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 #DC9BA6 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 166 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.14 |
| HSL | 349.85º | 0.48% | 0.74% | - |
| HSV(B) | 349.85º | 0.3% | 0.86% | - |
| XYZ | 48.12 | 41.41 | 41.53 | - |
| YUV | 175.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 166 | 0 | 0.30 | 0.25 | 0.14 | 349.85 | 0.48 | 0.74 |
| Hex | DC | 9B | A6 | 0 | 1E | 19 | E | 15E | 30 | 4A |
| Octal | 334 | 233 | 246 | 0 | 36 | 31 | 16 | 536 | 60 | 112 |
| Binary | 11011100 | 10011011 | 10100110 | 0 | 11110 | 11001 | 1110 | 101011110 | 110000 | 1001010 |
Color Harmonies of #DC9BA6
Complementary color
Monochromatic Colors of #DC9BA6
Black with #DC9BA6
Text Example
Text Example
White with #DC9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BA6; }
p { color: rgb(220,155,166); }
H1.HeaderClassName
{
color: #DC9BA6;
}
.AnyTagClassName
{
color: #DC9BA6;
}
</style>
background-color css
<style>
a { background-color: #DC9BA6; }
a { background-color: rgb(220,155,166); }
div.DivClassName
{
background-color: #DC9BA6;
}
.BgClassName
{
background-color: #DC9BA6;
}
</style>
border-color css
<style>
span { border-color: #DC9BA6; }
span { border-color: rgb(220,155,166); }
td.TdClassName
{
border-color: #DC9BA6;
}
.TagClassName
{
border-color: #DC9BA6;
}
</style>