Html Css Color HEX #C54F77 Royal Heath

📋 copy color: '#C54F77'

red 197 ◦ green 79 ◦ blue 119

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

Shades of Royal Heath #C54F77

Tints of Royal Heath #C54F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 49.87%
G = 20%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C54F77 (or 0xC54F77) is known color: Royal Heath. HEX triplet: C5, 4F and 77. RGB value is (197,79,119). Sum of RGB (Red+Green+Blue) = 197+79+119=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F77 is #3AB088. Grayscale: #767676. Windows color (decimal): -3846281 or 7819205. OLE color: 7819205.

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

Color convert

RGB 197 79 119 -
CMYK 0 0.60 0.40 0.23
HSL 339.66º 0.5% 0.54% -
HSV(B) 339.66º 0.6% 0.77% -
XYZ 29.15 18.79 19.54 -
YUV 118.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 197 79 119 0 0.60 0.40 0.23 339.66 0.5 0.54
Hex C5 4F 77 0 3C 28 17 154 32 36
Octal 305 117 167 0 74 50 27 524 62 66
Binary 11000101 1001111 1110111 0 111100 101000 10111 101010100 110010 110110

Color Harmonies of #C54F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F77

Black with #C54F77

Text Example


Text Example

White with #C54F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F77; }

 p { color: rgb(197,79,119); }

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

background-color css

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

 a { background-color: rgb(197,79,119); }

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

border-color css

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

 span { border-color: rgb(197,79,119); }

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