#C5366E

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

Shades of Royal Heath #C5366E

Tints of Royal Heath #C5366E

Color information

#C5366E (or 0xC5366E) is unknown color: approx Royal Heath. HEX triplet: C5, 36 and 6E. RGB value is (197,54,110). Sum of RGB (Red+Green+Blue) = 197+54+110=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5366E is #3AC991. Grayscale: #676767. Windows color (decimal): -3852690 or 7222981. OLE color: 7222981.

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

Color convert

RGB19754110-
CMYK00.730.440.23
HSL336.5º56.97%49.22%-
HSV(B)336.5º72.59%77.25%-
XYZ27.1615.6316.34-
YUV103.14131.88194.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 54 (21.48% from 255) = 14.96%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=54.57%
G=14.96%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975411000.730.440.23336.556.9749.22
HexC5366E0492C171513931
Octal30566156011154275217161
Binary1100010111011011011100100100110110010111101010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5366E; }

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

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

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

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

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

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

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

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