Html Css Color HEX #C53874 Royal Heath

📋 copy color: '#C53874'

red 197 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #C53874

Tints of Royal Heath #C53874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 53.39%
G = 15.18%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C53874 (or 0xC53874) is known color: Royal Heath. HEX triplet: C5, 38 and 74. RGB value is (197,56,116). Sum of RGB (Red+Green+Blue) = 197+56+116=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53874 is #3AC78B. Grayscale: #686868. Windows color (decimal): -3852172 or 7616709. OLE color: 7616709.

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

Color convert

RGB 197 56 116 -
CMYK 0 0.72 0.41 0.23
HSL 334.47º 0.56% 0.5% -
HSV(B) 334.47º 0.72% 0.77% -
XYZ 27.59 15.96 18.15 -
YUV 105 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 197 56 116 0 0.72 0.41 0.23 334.47 0.56 0.5
Hex C5 38 74 0 48 29 17 14E 38 32
Octal 305 70 164 0 110 51 27 516 70 62
Binary 11000101 111000 1110100 0 1001000 101001 10111 101001110 111000 110010

Color Harmonies of #C53874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53874

Black with #C53874

Text Example


Text Example

White with #C53874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53874; }

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

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

background-color css

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

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

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

border-color css

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

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

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