#C4537A

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

Shades of Royal Heath #C4537A

Tints of Royal Heath #C4537A

Color information

#C4537A (or 0xC4537A) is unknown color: approx Royal Heath. HEX triplet: C4, 53 and 7A. RGB value is (196,83,122). Sum of RGB (Red+Green+Blue) = 196+83+122=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4537A is #3BAC85. Grayscale: #797979. Windows color (decimal): -3910790 or 8016836. OLE color: 8016836.

HSL color Cylindrical-coordinate representation of color #C4537A: hue angle of 339.29º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4537A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19683122-
CMYK00.580.380.23
HSL339.29º48.92%54.71%-
HSV(B)339.29º57.65%76.86%-
XYZ29.3719.3320.59-
YUV121.23128.44181.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=48.88%
G=20.70%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968312200.580.380.23339.2948.9254.71
HexC4537A03A26171533137
Octal30412317207246275236167
Binary1100010010100111111010011101010011010111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4537A; }

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

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

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

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

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

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

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

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