Shades of East Side #C084CB
Tints of East Side #C084CB
RGB
CMYK
RGB Variations
Color information
#C084CB (or 0xC084CB) is known color: East Side. HEX triplet: C0, 84 and CB. RGB value is (192,132,203). Sum of RGB (Red+Green+Blue) = 192+132+203=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C084CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084CB is #3F7B34. Grayscale: #9D9D9D. Windows color (decimal): -4160309 or 13337792. OLE color: 13337792.
HSL color Cylindrical-coordinate representation of color #C084CB: hue angle of 290.7º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C084CB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 132 | 203 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.20 |
| HSL | 290.7º | 0.41% | 0.66% | - |
| HSV(B) | 290.7º | 0.35% | 0.8% | - |
| XYZ | 40.77 | 32.02 | 60.53 | - |
| YUV | 158.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 203 | 0.05 | 0.35 | 0 | 0.20 | 290.7 | 0.41 | 0.66 |
| Hex | C0 | 84 | CB | 5 | 23 | 0 | 14 | 123 | 29 | 42 |
| Octal | 300 | 204 | 313 | 5 | 43 | 0 | 24 | 443 | 51 | 102 |
| Binary | 11000000 | 10000100 | 11001011 | 101 | 100011 | 0 | 10100 | 100100011 | 101001 | 1000010 |
Color Harmonies of #C084CB
Complementary color
Monochromatic Colors of #C084CB
Black with #C084CB
Text Example
Text Example
White with #C084CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084CB; }
p { color: rgb(192,132,203); }
H1.HeaderClassName
{
color: #C084CB;
}
.AnyTagClassName
{
color: #C084CB;
}
</style>
background-color css
<style>
a { background-color: #C084CB; }
a { background-color: rgb(192,132,203); }
div.DivClassName
{
background-color: #C084CB;
}
.BgClassName
{
background-color: #C084CB;
}
</style>
border-color css
<style>
span { border-color: #C084CB; }
span { border-color: rgb(192,132,203); }
td.TdClassName
{
border-color: #C084CB;
}
.TagClassName
{
border-color: #C084CB;
}
</style>