Shades of Kobi #DC85AB
Tints of Kobi #DC85AB
RGB
CMYK
RGB Variations
Color information
#DC85AB (or 0xDC85AB) is known color: Kobi. HEX triplet: DC, 85 and AB. RGB value is (220,133,171). Sum of RGB (Red+Green+Blue) = 220+133+171=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC85AB is #237A54. Grayscale: #A3A3A3. Windows color (decimal): -2325077 or 11240924. OLE color: 11240924.
HSL color Cylindrical-coordinate representation of color #DC85AB: hue angle of 333.79º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC85AB is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 171 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.14 |
| HSL | 333.79º | 0.55% | 0.69% | - |
| HSV(B) | 333.79º | 0.4% | 0.86% | - |
| XYZ | 45.25 | 34.93 | 42.89 | - |
| YUV | 163.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 171 | 0 | 0.40 | 0.22 | 0.14 | 333.79 | 0.55 | 0.69 |
| Hex | DC | 85 | AB | 0 | 28 | 16 | E | 14E | 37 | 45 |
| Octal | 334 | 205 | 253 | 0 | 50 | 26 | 16 | 516 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10101011 | 0 | 101000 | 10110 | 1110 | 101001110 | 110111 | 1000101 |
Color Harmonies of #DC85AB
Complementary color
Monochromatic Colors of #DC85AB
Black with #DC85AB
Text Example
Text Example
White with #DC85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85AB; }
p { color: rgb(220,133,171); }
H1.HeaderClassName
{
color: #DC85AB;
}
.AnyTagClassName
{
color: #DC85AB;
}
</style>
background-color css
<style>
a { background-color: #DC85AB; }
a { background-color: rgb(220,133,171); }
div.DivClassName
{
background-color: #DC85AB;
}
.BgClassName
{
background-color: #DC85AB;
}
</style>
border-color css
<style>
span { border-color: #DC85AB; }
span { border-color: rgb(220,133,171); }
td.TdClassName
{
border-color: #DC85AB;
}
.TagClassName
{
border-color: #DC85AB;
}
</style>