#C4537B

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

Shades of Royal Heath #C4537B

Tints of Royal Heath #C4537B

Color information

#C4537B (or 0xC4537B) is unknown color: approx Royal Heath. HEX triplet: C4, 53 and 7B. RGB value is (196,83,123). Sum of RGB (Red+Green+Blue) = 196+83+123=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4537B is #3BAC84. Grayscale: #797979. Windows color (decimal): -3910789 or 8082372. OLE color: 8082372.

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

Color convert

RGB19683123-
CMYK00.580.370.23
HSL338.76º48.92%54.71%-
HSV(B)338.76º57.65%76.86%-
XYZ29.4319.3520.92-
YUV121.35128.94181.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=48.76%
G=20.65%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968312300.580.370.23338.7648.9254.71
HexC4537B03A25171533137
Octal30412317307245275236167
Binary1100010010100111111011011101010010110111101010011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4537B; }

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

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

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

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

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

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

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

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