#C083CA

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

Shades of East Side #C083CA

Tints of East Side #C083CA

Color information

#C083CA (or 0xC083CA) is unknown color: approx East Side. HEX triplet: C0, 83 and CA. RGB value is (192,131,202). Sum of RGB (Red+Green+Blue) = 192+131+202=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C083CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083CA is #3F7C35. Grayscale: #9D9D9D. Windows color (decimal): -4160566 or 13272000. OLE color: 13272000.

HSL color Cylindrical-coordinate representation of color #C083CA: hue angle of 291.55º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C083CA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192131202-
CMYK0.050.3500.21
HSL291.55º40.11%65.29%-
HSV(B)291.55º35.15%79.22%-
XYZ40.5231.759.86-
YUV157.33153.21152.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=36.57%
G=24.95%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921312020.050.3500.21291.5540.1165.29
HexC083CA5230151242841
Octal30020331254302544450101
Binary1100000010000011110010101011000110101011001001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083CA; }

 p { color: rgb(192,131,202); }

 H1.HeaderClassName
 {
   color: #C083CA;
 }
 .AnyTagClassName
 {
   color: #C083CA;
 }
</style>
background-color css

<style>
 a { background-color: #C083CA; }

 a { background-color: rgb(192,131,202); }

 div.DivClassName
 {
   background-color: #C083CA;
 }
 .BgClassName
 {
   background-color: #C083CA;
 }
</style>
border-color css

<style>
 span { border-color: #C083CA; }

 span { border-color: rgb(192,131,202); }

 td.TdClassName
 {
   border-color: #C083CA;
 }
 .TagClassName
 {
   border-color: #C083CA;
 }
</style>