#C5437B

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

Shades of Royal Heath #C5437B

Tints of Royal Heath #C5437B

Color information

#C5437B (or 0xC5437B) is unknown color: approx Royal Heath. HEX triplet: C5, 43 and 7B. RGB value is (197,67,123). Sum of RGB (Red+Green+Blue) = 197+67+123=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5437B is #3ABC84. Grayscale: #707070. Windows color (decimal): -3849349 or 8078277. OLE color: 8078277.

HSL color Cylindrical-coordinate representation of color #C5437B: hue angle of 334.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 #C5437B is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19767123-
CMYK00.660.380.23
HSL334.15º52.85%51.76%-
HSV(B)334.15º65.99%77.25%-
XYZ28.6117.3120.57-
YUV112.25134.07188.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=50.90%
G=17.31%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976712300.660.380.23334.1552.8551.76
HexC5437B042261714e3534
Octal305103173010246275166564
Binary11000101100001111110110100001010011010111101001110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5437B; }

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

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

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

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

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

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

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

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