Html Css Color HEX #C54477 Royal Heath

📋 copy color: '#C54477'

red 197 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #C54477

Tints of Royal Heath #C54477

RGB

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

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

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

R = 51.3%
G = 17.71%
B = 30.99%

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

#C54477 (or 0xC54477) is known color: Royal Heath. HEX triplet: C5, 44 and 77. RGB value is (197,68,119). Sum of RGB (Red+Green+Blue) = 197+68+119=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54477 is #3ABB88. Grayscale: #707070. Windows color (decimal): -3849097 or 7816389. OLE color: 7816389.

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

Color convert

RGB 197 68 119 -
CMYK 0 0.65 0.40 0.23
HSL 336.28º 0.53% 0.52% -
HSV(B) 336.28º 0.65% 0.77% -
XYZ 28.42 17.34 19.3 -
YUV 112.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 197 68 119 0 0.65 0.40 0.23 336.28 0.53 0.52
Hex C5 44 77 0 41 28 17 150 35 34
Octal 305 104 167 0 101 50 27 520 65 64
Binary 11000101 1000100 1110111 0 1000001 101000 10111 101010000 110101 110100

Color Harmonies of #C54477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54477

Black with #C54477

Text Example


Text Example

White with #C54477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54477; }

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

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

background-color css

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

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

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

border-color css

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

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

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