#C54375

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

Shades of Royal Heath #C54375

Tints of Royal Heath #C54375

Color information

#C54375 (or 0xC54375) is unknown color: approx Royal Heath. HEX triplet: C5, 43 and 75. RGB value is (197,67,117). Sum of RGB (Red+Green+Blue) = 197+67+117=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54375 is #3ABC8A. Grayscale: #6F6F6F. Windows color (decimal): -3849355 or 7685061. OLE color: 7685061.

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

Color convert

RGB19767117-
CMYK00.660.410.23
HSL336.92º52.85%51.76%-
HSV(B)336.92º65.99%77.25%-
XYZ28.2417.1718.65-
YUV111.57131.07188.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=51.71%
G=17.59%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976711700.660.410.23336.9252.8551.76
HexC5437504229171513534
Octal305103165010251275216564
Binary11000101100001111101010100001010100110111101010001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54375; }

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

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

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

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

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

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

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

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