Html Css Color HEX #C54173 Royal Heath

📋 copy color: '#C54173'

red 197 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #C54173

Tints of Royal Heath #C54173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 52.25%
G = 17.24%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C54173 (or 0xC54173) is known color: Royal Heath. HEX triplet: C5, 41 and 73. RGB value is (197,65,115). Sum of RGB (Red+Green+Blue) = 197+65+115=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C54173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54173 is #3ABE8C. Grayscale: #6E6E6E. Windows color (decimal): -3849869 or 7553477. OLE color: 7553477.

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

Color convert

RGB 197 65 115 -
CMYK 0 0.67 0.42 0.23
HSL 337.27º 0.53% 0.51% -
HSV(B) 337.27º 0.67% 0.77% -
XYZ 28.01 16.89 18 -
YUV 110.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 197 65 115 0 0.67 0.42 0.23 337.27 0.53 0.51
Hex C5 41 73 0 43 2A 17 151 35 33
Octal 305 101 163 0 103 52 27 521 65 63
Binary 11000101 1000001 1110011 0 1000011 101010 10111 101010001 110101 110011

Color Harmonies of #C54173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54173

Black with #C54173

Text Example


Text Example

White with #C54173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54173; }

 p { color: rgb(197,65,115); }

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

background-color css

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

 a { background-color: rgb(197,65,115); }

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

border-color css

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

 span { border-color: rgb(197,65,115); }

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