Shades of Kobi #DC87A6
Tints of Kobi #DC87A6
RGB
CMYK
RGB Variations
Color information
#DC87A6 (or 0xDC87A6) is known color: Kobi. HEX triplet: DC, 87 and A6. RGB value is (220,135,166). Sum of RGB (Red+Green+Blue) = 220+135+166=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC87A6 is #237859. Grayscale: #A3A3A3. Windows color (decimal): -2324570 or 10913756. OLE color: 10913756.
HSL color Cylindrical-coordinate representation of color #DC87A6: hue angle of 338.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87A6 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 166 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.14 |
| HSL | 338.12º | 0.55% | 0.7% | - |
| HSV(B) | 338.12º | 0.39% | 0.86% | - |
| XYZ | 45.06 | 35.3 | 40.51 | - |
| YUV | 163.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 166 | 0 | 0.39 | 0.25 | 0.14 | 338.12 | 0.55 | 0.7 |
| Hex | DC | 87 | A6 | 0 | 27 | 19 | E | 152 | 37 | 46 |
| Octal | 334 | 207 | 246 | 0 | 47 | 31 | 16 | 522 | 67 | 106 |
| Binary | 11011100 | 10000111 | 10100110 | 0 | 100111 | 11001 | 1110 | 101010010 | 110111 | 1000110 |
Color Harmonies of #DC87A6
Complementary color
Monochromatic Colors of #DC87A6
Black with #DC87A6
Text Example
Text Example
White with #DC87A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC87A6; }
p { color: rgb(220,135,166); }
H1.HeaderClassName
{
color: #DC87A6;
}
.AnyTagClassName
{
color: #DC87A6;
}
</style>
background-color css
<style>
a { background-color: #DC87A6; }
a { background-color: rgb(220,135,166); }
div.DivClassName
{
background-color: #DC87A6;
}
.BgClassName
{
background-color: #DC87A6;
}
</style>
border-color css
<style>
span { border-color: #DC87A6; }
span { border-color: rgb(220,135,166); }
td.TdClassName
{
border-color: #DC87A6;
}
.TagClassName
{
border-color: #DC87A6;
}
</style>