#C2477C

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

Shades of Royal Heath #C2477C

Tints of Royal Heath #C2477C

Color information

#C2477C (or 0xC2477C) is unknown color: approx Royal Heath. HEX triplet: C2, 47 and 7C. RGB value is (194,71,124). Sum of RGB (Red+Green+Blue) = 194+71+124=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477C is #3DB883. Grayscale: #717171. Windows color (decimal): -4044932 or 8144834. OLE color: 8144834.

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

Color convert

RGB19471124-
CMYK00.630.360.24
HSL334.15º50.2%51.96%-
HSV(B)334.15º63.4%76.08%-
XYZ28.1417.4320.95-
YUV113.82133.75185.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=49.87%
G=18.25%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947112400.630.360.24334.1550.251.96
HexC2477C03F241814e3234
Octal30210717407744305166264
Binary1100001010001111111100011111110010011000101001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2477C; }

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

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

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

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

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

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

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

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