Shades of Kobi #DC8BA8
Tints of Kobi #DC8BA8
RGB
CMYK
RGB Variations
Color information
#DC8BA8 (or 0xDC8BA8) is known color: Kobi. HEX triplet: DC, 8B and A8. RGB value is (220,139,168). Sum of RGB (Red+Green+Blue) = 220+139+168=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8BA8 is #237457. Grayscale: #A6A6A6. Windows color (decimal): -2323544 or 11045852. OLE color: 11045852.
HSL color Cylindrical-coordinate representation of color #DC8BA8: hue angle of 338.52º 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 #DC8BA8 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 168 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.14 |
| HSL | 338.52º | 0.54% | 0.7% | - |
| HSV(B) | 338.52º | 0.37% | 0.86% | - |
| XYZ | 45.82 | 36.51 | 41.68 | - |
| YUV | 166.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 168 | 0 | 0.37 | 0.24 | 0.14 | 338.52 | 0.54 | 0.7 |
| Hex | DC | 8B | A8 | 0 | 25 | 18 | E | 153 | 36 | 46 |
| Octal | 334 | 213 | 250 | 0 | 45 | 30 | 16 | 523 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10101000 | 0 | 100101 | 11000 | 1110 | 101010011 | 110110 | 1000110 |
Color Harmonies of #DC8BA8
Complementary color
Monochromatic Colors of #DC8BA8
Black with #DC8BA8
Text Example
Text Example
White with #DC8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BA8; }
p { color: rgb(220,139,168); }
H1.HeaderClassName
{
color: #DC8BA8;
}
.AnyTagClassName
{
color: #DC8BA8;
}
</style>
background-color css
<style>
a { background-color: #DC8BA8; }
a { background-color: rgb(220,139,168); }
div.DivClassName
{
background-color: #DC8BA8;
}
.BgClassName
{
background-color: #DC8BA8;
}
</style>
border-color css
<style>
span { border-color: #DC8BA8; }
span { border-color: rgb(220,139,168); }
td.TdClassName
{
border-color: #DC8BA8;
}
.TagClassName
{
border-color: #DC8BA8;
}
</style>