#C4517C

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

Shades of Royal Heath #C4517C

Tints of Royal Heath #C4517C

Color information

#C4517C (or 0xC4517C) is unknown color: approx Royal Heath. HEX triplet: C4, 51 and 7C. RGB value is (196,81,124). Sum of RGB (Red+Green+Blue) = 196+81+124=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4517C is #3BAE83. Grayscale: #787878. Windows color (decimal): -3911300 or 8147396. OLE color: 8147396.

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

Color convert

RGB19681124-
CMYK00.590.370.23
HSL337.57º49.36%54.31%-
HSV(B)337.57º58.67%76.86%-
XYZ29.3519.0821.2-
YUV120.29130.1182-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=48.88%
G=20.20%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968112400.590.370.23337.5749.3654.31
HexC4517C03B25171523136
Octal30412117407345275226166
Binary1100010010100011111100011101110010110111101010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4517C; }

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

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

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

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

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

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

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

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