Html Css Color HEX #C54071 Royal Heath

📋 copy color: '#C54071'

red 197 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #C54071

Tints of Royal Heath #C54071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 52.67%
G = 17.11%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54071 (or 0xC54071) is known color: Royal Heath. HEX triplet: C5, 40 and 71. RGB value is (197,64,113). Sum of RGB (Red+Green+Blue) = 197+64+113=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C54071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54071 is #3ABF8E. Grayscale: #6D6D6D. Windows color (decimal): -3850127 or 7422149. OLE color: 7422149.

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

Color convert

RGB 197 64 113 -
CMYK 0 0.68 0.43 0.23
HSL 337.89º 0.53% 0.51% -
HSV(B) 337.89º 0.68% 0.77% -
XYZ 27.84 16.73 17.38 -
YUV 109.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 197 64 113 0 0.68 0.43 0.23 337.89 0.53 0.51
Hex C5 40 71 0 44 2B 17 152 35 33
Octal 305 100 161 0 104 53 27 522 65 63
Binary 11000101 1000000 1110001 0 1000100 101011 10111 101010010 110101 110011

Color Harmonies of #C54071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54071

Black with #C54071

Text Example


Text Example

White with #C54071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54071; }

 p { color: rgb(197,64,113); }

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

background-color css

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

 a { background-color: rgb(197,64,113); }

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

border-color css

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

 span { border-color: rgb(197,64,113); }

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