Html Css Color HEX #C53C6F Royal Heath

📋 copy color: '#C53C6F'

red 197 ◦ green 60 ◦ blue 111

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

Shades of Royal Heath #C53C6F

Tints of Royal Heath #C53C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 53.53%
G = 16.3%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C53C6F (or 0xC53C6F) is known color: Royal Heath. HEX triplet: C5, 3C and 6F. RGB value is (197,60,111). Sum of RGB (Red+Green+Blue) = 197+60+111=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C6F is #3AC390. Grayscale: #6A6A6A. Windows color (decimal): -3851153 or 7290053. OLE color: 7290053.

HSL color Cylindrical-coordinate representation of color #C53C6F: hue angle of 337.66º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C6F is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 111 -
CMYK 0 0.70 0.44 0.23
HSL 337.66º 0.54% 0.5% -
HSV(B) 337.66º 0.7% 0.77% -
XYZ 27.51 16.25 16.73 -
YUV 106.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 197 60 111 0 0.70 0.44 0.23 337.66 0.54 0.5
Hex C5 3C 6F 0 46 2C 17 152 36 32
Octal 305 74 157 0 106 54 27 522 66 62
Binary 11000101 111100 1101111 0 1000110 101100 10111 101010010 110110 110010

Color Harmonies of #C53C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C6F

Black with #C53C6F

Text Example


Text Example

White with #C53C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C6F; }

 p { color: rgb(197,60,111); }

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

background-color css

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

 a { background-color: rgb(197,60,111); }

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

border-color css

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

 span { border-color: rgb(197,60,111); }

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