Html Css Color HEX #C54476 Royal Heath

📋 copy color: '#C54476'

red 197 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #C54476

Tints of Royal Heath #C54476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 51.44%
G = 17.75%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C54476 (or 0xC54476) is known color: Royal Heath. HEX triplet: C5, 44 and 76. RGB value is (197,68,118). Sum of RGB (Red+Green+Blue) = 197+68+118=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54476 is #3ABB89. Grayscale: #707070. Windows color (decimal): -3849098 or 7750853. OLE color: 7750853.

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

Color convert

RGB 197 68 118 -
CMYK 0 0.65 0.40 0.23
HSL 336.74º 0.53% 0.52% -
HSV(B) 336.74º 0.65% 0.77% -
XYZ 28.36 17.31 18.99 -
YUV 112.27 131.24 188.43 -
System Red Green Blue C M Y K H S L
Decimal 197 68 118 0 0.65 0.40 0.23 336.74 0.53 0.52
Hex C5 44 76 0 41 28 17 151 35 34
Octal 305 104 166 0 101 50 27 521 65 64
Binary 11000101 1000100 1110110 0 1000001 101000 10111 101010001 110101 110100

Color Harmonies of #C54476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54476

Black with #C54476

Text Example


Text Example

White with #C54476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54476; }

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

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

background-color css

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

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

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

border-color css

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

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

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