Html Css Color HEX #C54279 Royal Heath

📋 copy color: '#C54279'

red 197 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #C54279

Tints of Royal Heath #C54279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.19%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 51.3%
G = 17.19%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C54279 (or 0xC54279) is known color: Royal Heath. HEX triplet: C5, 42 and 79. RGB value is (197,66,121). Sum of RGB (Red+Green+Blue) = 197+66+121=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54279 is #3ABD86. Grayscale: #6F6F6F. Windows color (decimal): -3849607 or 7946949. OLE color: 7946949.

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

Color convert

RGB 197 66 121 -
CMYK 0 0.66 0.39 0.23
HSL 334.81º 0.53% 0.52% -
HSV(B) 334.81º 0.66% 0.77% -
XYZ 28.43 17.15 19.9 -
YUV 111.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 197 66 121 0 0.66 0.39 0.23 334.81 0.53 0.52
Hex C5 42 79 0 42 27 17 14F 35 34
Octal 305 102 171 0 102 47 27 517 65 64
Binary 11000101 1000010 1111001 0 1000010 100111 10111 101001111 110101 110100

Color Harmonies of #C54279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54279

Black with #C54279

Text Example


Text Example

White with #C54279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54279; }

 p { color: rgb(197,66,121); }

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

background-color css

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

 a { background-color: rgb(197,66,121); }

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

border-color css

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

 span { border-color: rgb(197,66,121); }

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