Html Css Color HEX #C53873 Royal Heath

📋 copy color: '#C53873'

red 197 ◦ green 56 ◦ blue 115

#C53873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C53873

Tints of Royal Heath #C53873

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

 GREEN value IS 56 (22.27% from 255) = 15.22%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 53.53%
G = 15.22%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C53873 (or 0xC53873) is known color: Royal Heath. HEX triplet: C5, 38 and 73. RGB value is (197,56,115). Sum of RGB (Red+Green+Blue) = 197+56+115=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C53873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53873 is #3AC78C. Grayscale: #686868. Windows color (decimal): -3852173 or 7551173. OLE color: 7551173.

HSL color Cylindrical-coordinate representation of color #C53873: hue angle of 334.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53873 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 115 -
CMYK 0 0.72 0.42 0.23
HSL 334.89º 0.56% 0.5% -
HSV(B) 334.89º 0.72% 0.77% -
XYZ 27.53 15.94 17.84 -
YUV 104.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 197 56 115 0 0.72 0.42 0.23 334.89 0.56 0.5
Hex C5 38 73 0 48 2A 17 14F 38 32
Octal 305 70 163 0 110 52 27 517 70 62
Binary 11000101 111000 1110011 0 1001000 101010 10111 101001111 111000 110010

Color Harmonies of #C53873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53873

Black with #C53873

Text Example


Text Example

White with #C53873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53873; }

 p { color: rgb(197,56,115); }

 H1.HeaderClassName
 {
   color: #C53873;
 }
 .AnyTagClassName
 {
   color: #C53873;
 }
</style>

background-color css

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

 a { background-color: rgb(197,56,115); }

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

border-color css

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

 span { border-color: rgb(197,56,115); }

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