Html Css Color HEX #C54979 Royal Heath

📋 copy color: '#C54979'

red 197 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #C54979

Tints of Royal Heath #C54979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 50.38%
G = 18.67%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C54979 (or 0xC54979) is known color: Royal Heath. HEX triplet: C5, 49 and 79. RGB value is (197,73,121). Sum of RGB (Red+Green+Blue) = 197+73+121=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C54979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54979 is #3AB686. Grayscale: #737373. Windows color (decimal): -3847815 or 7948741. OLE color: 7948741.

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

Color convert

RGB 197 73 121 -
CMYK 0 0.63 0.39 0.23
HSL 336.77º 0.52% 0.53% -
HSV(B) 336.77º 0.63% 0.77% -
XYZ 28.86 18.02 20.05 -
YUV 115.55 131.08 186.1 -
System Red Green Blue C M Y K H S L
Decimal 197 73 121 0 0.63 0.39 0.23 336.77 0.52 0.53
Hex C5 49 79 0 3F 27 17 151 34 35
Octal 305 111 171 0 77 47 27 521 64 65
Binary 11000101 1001001 1111001 0 111111 100111 10111 101010001 110100 110101

Color Harmonies of #C54979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54979

Black with #C54979

Text Example


Text Example

White with #C54979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54979; }

 p { color: rgb(197,73,121); }

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

background-color css

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

 a { background-color: rgb(197,73,121); }

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

border-color css

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

 span { border-color: rgb(197,73,121); }

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