#C4497A

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

Shades of Royal Heath #C4497A

Tints of Royal Heath #C4497A

Color information

#C4497A (or 0xC4497A) is unknown color: approx Royal Heath. HEX triplet: C4, 49 and 7A. RGB value is (196,73,122). Sum of RGB (Red+Green+Blue) = 196+73+122=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497A is #3BB685. Grayscale: #737373. Windows color (decimal): -3913350 or 8014276. OLE color: 8014276.

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

Color convert

RGB19673122-
CMYK00.630.380.23
HSL336.1º51.04%52.75%-
HSV(B)336.1º62.76%76.86%-
XYZ28.6617.9120.36-
YUV115.36131.75185.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=50.13%
G=18.67%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967312200.630.380.23336.151.0452.75
HexC4497A03F26171503335
Octal30411117207746275206365
Binary1100010010010011111010011111110011010111101010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4497A; }

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

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

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

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

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

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

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

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