#C080CA

Color #C080CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #C080CA

Tints of East Side #C080CA

Color information

#C080CA (or 0xC080CA) is unknown color: approx 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

RGB192128202-
CMYK0.050.3700.21
HSL291.89º41.11%64.71%-
HSV(B)291.89º36.63%79.22%-
XYZ40.1230.9159.73-
YUV155.57154.2153.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=36.78%
G=24.52%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921282020.050.3700.21291.8941.1164.71
HexC080CA5250151242941
Octal30020031254502544451101
Binary1100000010000000110010101011001010101011001001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>