#C5436E

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

Shades of Royal Heath #C5436E

Tints of Royal Heath #C5436E

Color information

#C5436E (or 0xC5436E) is unknown color: approx Royal Heath. HEX triplet: C5, 43 and 6E. RGB value is (197,67,110). Sum of RGB (Red+Green+Blue) = 197+67+110=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5436E is #3ABC91. Grayscale: #6E6E6E. Windows color (decimal): -3849362 or 7226309. OLE color: 7226309.

HSL color Cylindrical-coordinate representation of color #C5436E: hue angle of 340.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5436E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19767110-
CMYK00.660.440.23
HSL340.15º52.85%51.76%-
HSV(B)340.15º65.99%77.25%-
XYZ27.8517.0116.57-
YUV110.77127.57189.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 67 (26.56% from 255) = 17.91%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=52.67%
G=17.91%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976711000.660.440.23340.1552.8551.76
HexC5436E0422C171543534
Octal305103156010254275246564
Binary11000101100001111011100100001010110010111101010100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5436E; }

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

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

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

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

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

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

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

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