Html Css Color HEX #C54771 Royal Heath

📋 copy color: '#C54771'

red 197 ◦ green 71 ◦ blue 113

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

Shades of Royal Heath #C54771

Tints of Royal Heath #C54771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 51.71%
G = 18.64%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54771 (or 0xC54771) is known color: Royal Heath. HEX triplet: C5, 47 and 71. RGB value is (197,71,113). Sum of RGB (Red+Green+Blue) = 197+71+113=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54771 is #3AB88E. Grayscale: #717171. Windows color (decimal): -3848335 or 7423941. OLE color: 7423941.

HSL color Cylindrical-coordinate representation of color #C54771: hue angle of 340º 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 #C54771 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 113 -
CMYK 0 0.64 0.43 0.23
HSL 340º 0.52% 0.53% -
HSV(B) 340º 0.64% 0.77% -
XYZ 28.26 17.57 17.52 -
YUV 113.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 197 71 113 0 0.64 0.43 0.23 340 0.52 0.53
Hex C5 47 71 0 40 2B 17 154 34 35
Octal 305 107 161 0 100 53 27 524 64 65
Binary 11000101 1000111 1110001 0 1000000 101011 10111 101010100 110100 110101

Color Harmonies of #C54771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54771

Black with #C54771

Text Example


Text Example

White with #C54771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54771; }

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

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

background-color css

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

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

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

border-color css

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

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

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