#C2537C

Color #C2537C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C2537C

Tints of Royal Heath #C2537C

Color information

#C2537C (or 0xC2537C) is unknown color: approx Royal Heath. HEX triplet: C2, 53 and 7C. RGB value is (194,83,124). Sum of RGB (Red+Green+Blue) = 194+83+124=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2537C is #3DAC83. Grayscale: #787878. Windows color (decimal): -4041860 or 8147906. OLE color: 8147906.

HSL color Cylindrical-coordinate representation of color #C2537C: hue angle of 337.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2537C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19483124-
CMYK00.570.360.24
HSL337.84º47.64%54.31%-
HSV(B)337.84º57.22%76.08%-
XYZ28.9819.1121.23-
YUV120.86129.77180.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=48.38%
G=20.70%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948312400.570.360.24337.8447.6454.31
HexC2537C03924181523036
Octal30212317407144305226066
Binary1100001010100111111100011100110010011000101010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2537C; }

 p { color: rgb(194,83,124); }

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

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

 a { background-color: rgb(194,83,124); }

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

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

 span { border-color: rgb(194,83,124); }

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