Shades of Kobi #DC8BA6
Tints of Kobi #DC8BA6
RGB
CMYK
RGB Variations
Color information
#DC8BA6 (or 0xDC8BA6) is known color: Kobi. HEX triplet: DC, 8B and A6. RGB value is (220,139,166). Sum of RGB (Red+Green+Blue) = 220+139+166=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8BA6 is #237459. Grayscale: #A6A6A6. Windows color (decimal): -2323546 or 10914780. OLE color: 10914780.
HSL color Cylindrical-coordinate representation of color #DC8BA6: hue angle of 340º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BA6 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 166 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.14 |
| HSL | 340º | 0.54% | 0.7% | - |
| HSV(B) | 340º | 0.37% | 0.86% | - |
| XYZ | 45.63 | 36.43 | 40.7 | - |
| YUV | 166.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 166 | 0 | 0.37 | 0.25 | 0.14 | 340 | 0.54 | 0.7 |
| Hex | DC | 8B | A6 | 0 | 25 | 19 | E | 154 | 36 | 46 |
| Octal | 334 | 213 | 246 | 0 | 45 | 31 | 16 | 524 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10100110 | 0 | 100101 | 11001 | 1110 | 101010100 | 110110 | 1000110 |
Color Harmonies of #DC8BA6
Complementary color
Monochromatic Colors of #DC8BA6
Black with #DC8BA6
Text Example
Text Example
White with #DC8BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BA6; }
p { color: rgb(220,139,166); }
H1.HeaderClassName
{
color: #DC8BA6;
}
.AnyTagClassName
{
color: #DC8BA6;
}
</style>
background-color css
<style>
a { background-color: #DC8BA6; }
a { background-color: rgb(220,139,166); }
div.DivClassName
{
background-color: #DC8BA6;
}
.BgClassName
{
background-color: #DC8BA6;
}
</style>
border-color css
<style>
span { border-color: #DC8BA6; }
span { border-color: rgb(220,139,166); }
td.TdClassName
{
border-color: #DC8BA6;
}
.TagClassName
{
border-color: #DC8BA6;
}
</style>