Shades of East Side #C080CA
Tints of East Side #C080CA
RGB
CMYK
RGB Variations
Color information
#C080CA (or 0xC080CA) is known color: East Side. HEX triplet: C0, 80 and CA. RGB value is (192,128,202). Sum of RGB (Red+Green+Blue) = 192+128+202=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C080CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080CA is #3F7F35. Grayscale: #9B9B9B. Windows color (decimal): -4161334 or 13271232. OLE color: 13271232.
HSL color Cylindrical-coordinate representation of color #C080CA: hue angle of 291.89º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C080CA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 128 | 202 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.21 |
| HSL | 291.89º | 0.41% | 0.65% | - |
| HSV(B) | 291.89º | 0.37% | 0.79% | - |
| XYZ | 40.12 | 30.91 | 59.73 | - |
| YUV | 155.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 202 | 0.05 | 0.37 | 0 | 0.21 | 291.89 | 0.41 | 0.65 |
| Hex | C0 | 80 | CA | 5 | 25 | 0 | 15 | 124 | 29 | 41 |
| Octal | 300 | 200 | 312 | 5 | 45 | 0 | 25 | 444 | 51 | 101 |
| Binary | 11000000 | 10000000 | 11001010 | 101 | 100101 | 0 | 10101 | 100100100 | 101001 | 1000001 |
Color Harmonies of #C080CA
Complementary color
Monochromatic Colors of #C080CA
Black with #C080CA
Text Example
Text Example
White with #C080CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080CA; }
p { color: rgb(192,128,202); }
H1.HeaderClassName
{
color: #C080CA;
}
.AnyTagClassName
{
color: #C080CA;
}
</style>
background-color css
<style>
a { background-color: #C080CA; }
a { background-color: rgb(192,128,202); }
div.DivClassName
{
background-color: #C080CA;
}
.BgClassName
{
background-color: #C080CA;
}
</style>
border-color css
<style>
span { border-color: #C080CA; }
span { border-color: rgb(192,128,202); }
td.TdClassName
{
border-color: #C080CA;
}
.TagClassName
{
border-color: #C080CA;
}
</style>