#C4537E

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

Shades of Royal Heath #C4537E

Tints of Royal Heath #C4537E

Color information

#C4537E (or 0xC4537E) is unknown color: approx Royal Heath. HEX triplet: C4, 53 and 7E. RGB value is (196,83,126). Sum of RGB (Red+Green+Blue) = 196+83+126=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4537E is #3BAC81. Grayscale: #797979. Windows color (decimal): -3910786 or 8278980. OLE color: 8278980.

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

Color convert

RGB19683126-
CMYK00.580.360.23
HSL337.17º48.92%54.71%-
HSV(B)337.17º57.65%76.86%-
XYZ29.6219.4321.93-
YUV121.69130.44181-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=48.40%
G=20.49%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968312600.580.360.23337.1748.9254.71
HexC4537E03A24171513137
Octal30412317607244275216167
Binary1100010010100111111110011101010010010111101010001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4537E; }

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

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

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

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

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

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

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

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