#C2477A

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

Shades of Royal Heath #C2477A

Tints of Royal Heath #C2477A

Color information

#C2477A (or 0xC2477A) is unknown color: approx Royal Heath. HEX triplet: C2, 47 and 7A. RGB value is (194,71,122). Sum of RGB (Red+Green+Blue) = 194+71+122=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477A is #3DB885. Grayscale: #717171. Windows color (decimal): -4044934 or 8013762. OLE color: 8013762.

HSL color Cylindrical-coordinate representation of color #C2477A: hue angle of 335.12º 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 #C2477A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19471122-
CMYK00.630.370.24
HSL335.12º50.2%51.96%-
HSV(B)335.12º63.4%76.08%-
XYZ28.0117.3820.29-
YUV113.59132.75185.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 71 (28.12% from 255) = 18.35%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=50.13%
G=18.35%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947112200.630.370.24335.1250.251.96
HexC2477A03F251814f3234
Octal30210717207745305176264
Binary1100001010001111111010011111110010111000101001111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2477A; }

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

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

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

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

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

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

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

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