Html Css Color HEX #C54772 Royal Heath

📋 copy color: '#C54772'

red 197 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #C54772

Tints of Royal Heath #C54772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 51.57%
G = 18.59%
B = 29.84%

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

#C54772 (or 0xC54772) is known color: Royal Heath. HEX triplet: C5, 47 and 72. RGB value is (197,71,114). Sum of RGB (Red+Green+Blue) = 197+71+114=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C54772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54772 is #3AB88D. Grayscale: #717171. Windows color (decimal): -3848334 or 7489477. OLE color: 7489477.

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

Color convert

RGB 197 71 114 -
CMYK 0 0.64 0.42 0.23
HSL 339.52º 0.52% 0.53% -
HSV(B) 339.52º 0.64% 0.77% -
XYZ 28.32 17.59 17.82 -
YUV 113.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 197 71 114 0 0.64 0.42 0.23 339.52 0.52 0.53
Hex C5 47 72 0 40 2A 17 154 34 35
Octal 305 107 162 0 100 52 27 524 64 65
Binary 11000101 1000111 1110010 0 1000000 101010 10111 101010100 110100 110101

Color Harmonies of #C54772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54772

Black with #C54772

Text Example


Text Example

White with #C54772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54772; }

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

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

background-color css

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

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

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

border-color css

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

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

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