Shades of East Side #C086CC
Tints of East Side #C086CC
RGB
CMYK
RGB Variations
Color information
#C086CC (or 0xC086CC) is known color: East Side. HEX triplet: C0, 86 and CC. RGB value is (192,134,204). Sum of RGB (Red+Green+Blue) = 192+134+204=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C086CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086CC is #3F7933. Grayscale: #9F9F9F. Windows color (decimal): -4159796 or 13403840. OLE color: 13403840.
HSL color Cylindrical-coordinate representation of color #C086CC: hue angle of 289.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C086CC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 134 | 204 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.2 |
| HSL | 289.71º | 0.41% | 0.66% | - |
| HSV(B) | 289.71º | 0.34% | 0.8% | - |
| XYZ | 41.16 | 32.62 | 61.25 | - |
| YUV | 159.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 204 | 0.06 | 0.34 | 0 | 0.2 | 289.71 | 0.41 | 0.66 |
| Hex | C0 | 86 | CC | 6 | 22 | 0 | 14 | 122 | 29 | 42 |
| Octal | 300 | 206 | 314 | 6 | 42 | 0 | 24 | 442 | 51 | 102 |
| Binary | 11000000 | 10000110 | 11001100 | 110 | 100010 | 0 | 10100 | 100100010 | 101001 | 1000010 |
Color Harmonies of #C086CC
Complementary color
Monochromatic Colors of #C086CC
Black with #C086CC
Text Example
Text Example
White with #C086CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086CC; }
p { color: rgb(192,134,204); }
H1.HeaderClassName
{
color: #C086CC;
}
.AnyTagClassName
{
color: #C086CC;
}
</style>
background-color css
<style>
a { background-color: #C086CC; }
a { background-color: rgb(192,134,204); }
div.DivClassName
{
background-color: #C086CC;
}
.BgClassName
{
background-color: #C086CC;
}
</style>
border-color css
<style>
span { border-color: #C086CC; }
span { border-color: rgb(192,134,204); }
td.TdClassName
{
border-color: #C086CC;
}
.TagClassName
{
border-color: #C086CC;
}
</style>