Html Css Color HEX #C54676 Royal Heath

📋 copy color: '#C54676'

red 197 ◦ green 70 ◦ blue 118

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

Shades of Royal Heath #C54676

Tints of Royal Heath #C54676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 51.17%
G = 18.18%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C54676 (or 0xC54676) is known color: Royal Heath. HEX triplet: C5, 46 and 76. RGB value is (197,70,118). Sum of RGB (Red+Green+Blue) = 197+70+118=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C54676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54676 is #3AB989. Grayscale: #717171. Windows color (decimal): -3848586 or 7751365. OLE color: 7751365.

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

Color convert

RGB 197 70 118 -
CMYK 0 0.64 0.40 0.23
HSL 337.32º 0.52% 0.52% -
HSV(B) 337.32º 0.64% 0.77% -
XYZ 28.49 17.56 19.03 -
YUV 113.45 130.58 187.6 -
System Red Green Blue C M Y K H S L
Decimal 197 70 118 0 0.64 0.40 0.23 337.32 0.52 0.52
Hex C5 46 76 0 40 28 17 151 34 34
Octal 305 106 166 0 100 50 27 521 64 64
Binary 11000101 1000110 1110110 0 1000000 101000 10111 101010001 110100 110100

Color Harmonies of #C54676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54676

Black with #C54676

Text Example


Text Example

White with #C54676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54676; }

 p { color: rgb(197,70,118); }

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

background-color css

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

 a { background-color: rgb(197,70,118); }

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

border-color css

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

 span { border-color: rgb(197,70,118); }

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