Shades of Kobi #DC86B0
Tints of Kobi #DC86B0
RGB
CMYK
RGB Variations
Color information
#DC86B0 (or 0xDC86B0) is known color: Kobi. HEX triplet: DC, 86 and B0. RGB value is (220,134,176). Sum of RGB (Red+Green+Blue) = 220+134+176=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC86B0 is #23794F. Grayscale: #A4A4A4. Windows color (decimal): -2324816 or 11568860. OLE color: 11568860.
HSL color Cylindrical-coordinate representation of color #DC86B0: hue angle of 330.7º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86B0 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 176 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.14 |
| HSL | 330.7º | 0.55% | 0.69% | - |
| HSV(B) | 330.7º | 0.39% | 0.86% | - |
| XYZ | 45.88 | 35.4 | 45.49 | - |
| YUV | 164.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 176 | 0 | 0.39 | 0.2 | 0.14 | 330.7 | 0.55 | 0.69 |
| Hex | DC | 86 | B0 | 0 | 27 | 14 | E | 14B | 37 | 45 |
| Octal | 334 | 206 | 260 | 0 | 47 | 24 | 16 | 513 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10110000 | 0 | 100111 | 10100 | 1110 | 101001011 | 110111 | 1000101 |
Color Harmonies of #DC86B0
Complementary color
Monochromatic Colors of #DC86B0
Black with #DC86B0
Text Example
Text Example
White with #DC86B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86B0; }
p { color: rgb(220,134,176); }
H1.HeaderClassName
{
color: #DC86B0;
}
.AnyTagClassName
{
color: #DC86B0;
}
</style>
background-color css
<style>
a { background-color: #DC86B0; }
a { background-color: rgb(220,134,176); }
div.DivClassName
{
background-color: #DC86B0;
}
.BgClassName
{
background-color: #DC86B0;
}
</style>
border-color css
<style>
span { border-color: #DC86B0; }
span { border-color: rgb(220,134,176); }
td.TdClassName
{
border-color: #DC86B0;
}
.TagClassName
{
border-color: #DC86B0;
}
</style>