#C4497C

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

Shades of Royal Heath #C4497C

Tints of Royal Heath #C4497C

Color information

#C4497C (or 0xC4497C) is unknown color: approx Royal Heath. HEX triplet: C4, 49 and 7C. RGB value is (196,73,124). Sum of RGB (Red+Green+Blue) = 196+73+124=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497C is #3BB683. Grayscale: #737373. Windows color (decimal): -3913348 or 8145348. OLE color: 8145348.

HSL color Cylindrical-coordinate representation of color #C4497C: hue angle of 335.12º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4497C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19673124-
CMYK00.630.370.23
HSL335.12º51.04%52.75%-
HSV(B)335.12º62.76%76.86%-
XYZ28.7917.9621.02-
YUV115.59132.75185.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=49.87%
G=18.58%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967312400.630.370.23335.1251.0452.75
HexC4497C03F251714f3335
Octal30411117407745275176365
Binary1100010010010011111100011111110010110111101001111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4497C; }

 p { color: rgb(196,73,124); }

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

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

 a { background-color: rgb(196,73,124); }

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

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

 span { border-color: rgb(196,73,124); }

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