Html Css Color HEX #C53770 Royal Heath

📋 copy color: '#C53770'

red 197 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #C53770

Tints of Royal Heath #C53770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.11%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 54.12%
G = 15.11%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C53770 (or 0xC53770) is known color: Royal Heath. HEX triplet: C5, 37 and 70. RGB value is (197,55,112). Sum of RGB (Red+Green+Blue) = 197+55+112=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C53770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53770 is #3AC88F. Grayscale: #676767. Windows color (decimal): -3852432 or 7354309. OLE color: 7354309.

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

Color convert

RGB 197 55 112 -
CMYK 0 0.72 0.43 0.23
HSL 335.92º 0.56% 0.49% -
HSV(B) 335.92º 0.72% 0.77% -
XYZ 27.32 15.77 16.93 -
YUV 103.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 197 55 112 0 0.72 0.43 0.23 335.92 0.56 0.49
Hex C5 37 70 0 48 2B 17 150 38 31
Octal 305 67 160 0 110 53 27 520 70 61
Binary 11000101 110111 1110000 0 1001000 101011 10111 101010000 111000 110001

Color Harmonies of #C53770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53770

Black with #C53770

Text Example


Text Example

White with #C53770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53770; }

 p { color: rgb(197,55,112); }

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

background-color css

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

 a { background-color: rgb(197,55,112); }

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

border-color css

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

 span { border-color: rgb(197,55,112); }

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