#C5366C

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

Shades of Royal Heath #C5366C

Tints of Royal Heath #C5366C

Color information

#C5366C (or 0xC5366C) is unknown color: approx Royal Heath. HEX triplet: C5, 36 and 6C. RGB value is (197,54,108). Sum of RGB (Red+Green+Blue) = 197+54+108=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5366C is #3AC993. Grayscale: #666666. Windows color (decimal): -3852692 or 7091909. OLE color: 7091909.

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

Color convert

RGB19754108-
CMYK00.730.450.23
HSL337.34º56.97%49.22%-
HSV(B)337.34º72.59%77.25%-
XYZ27.0515.5915.77-
YUV102.91130.88195.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.87%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=54.87%
G=15.04%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975410800.730.450.23337.3456.9749.22
HexC5366C0492D171513931
Octal30566154011155275217161
Binary1100010111011011011000100100110110110111101010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5366C; }

 p { color: rgb(197,54,108); }

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

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

 a { background-color: rgb(197,54,108); }

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

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

 span { border-color: rgb(197,54,108); }

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