Html Css Color HEX #C54773 Royal Heath

📋 copy color: '#C54773'

red 197 ◦ green 71 ◦ blue 115

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

Shades of Royal Heath #C54773

Tints of Royal Heath #C54773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 51.44%
G = 18.54%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C54773 (or 0xC54773) is known color: Royal Heath. HEX triplet: C5, 47 and 73. RGB value is (197,71,115). Sum of RGB (Red+Green+Blue) = 197+71+115=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54773 is #3AB88C. Grayscale: #717171. Windows color (decimal): -3848333 or 7555013. OLE color: 7555013.

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

Color convert

RGB 197 71 115 -
CMYK 0 0.64 0.42 0.23
HSL 339.05º 0.52% 0.53% -
HSV(B) 339.05º 0.64% 0.77% -
XYZ 28.37 17.61 18.12 -
YUV 113.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 197 71 115 0 0.64 0.42 0.23 339.05 0.52 0.53
Hex C5 47 73 0 40 2A 17 153 34 35
Octal 305 107 163 0 100 52 27 523 64 65
Binary 11000101 1000111 1110011 0 1000000 101010 10111 101010011 110100 110101

Color Harmonies of #C54773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54773

Black with #C54773

Text Example


Text Example

White with #C54773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54773; }

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

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

background-color css

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

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

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

border-color css

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

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

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