Html Css Color HEX #C53A76 Royal Heath

📋 copy color: '#C53A76'

red 197 ◦ green 58 ◦ blue 118

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

Shades of Royal Heath #C53A76

Tints of Royal Heath #C53A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.55%

 BLUE value IS 118 (46.48% from 255) = 31.64%

R = 52.82%
G = 15.55%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C53A76 (or 0xC53A76) is known color: Royal Heath. HEX triplet: C5, 3A and 76. RGB value is (197,58,118). Sum of RGB (Red+Green+Blue) = 197+58+118=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A76 is #3AC589. Grayscale: #6A6A6A. Windows color (decimal): -3851658 or 7748293. OLE color: 7748293.

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

Color convert

RGB 197 58 118 -
CMYK 0 0.71 0.40 0.23
HSL 334.1º 0.55% 0.5% -
HSV(B) 334.1º 0.71% 0.77% -
XYZ 27.81 16.2 18.8 -
YUV 106.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 197 58 118 0 0.71 0.40 0.23 334.1 0.55 0.5
Hex C5 3A 76 0 47 28 17 14E 37 32
Octal 305 72 166 0 107 50 27 516 67 62
Binary 11000101 111010 1110110 0 1000111 101000 10111 101001110 110111 110010

Color Harmonies of #C53A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A76

Black with #C53A76

Text Example


Text Example

White with #C53A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A76; }

 p { color: rgb(197,58,118); }

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

background-color css

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

 a { background-color: rgb(197,58,118); }

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

border-color css

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

 span { border-color: rgb(197,58,118); }

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