Html Css Color HEX #C5376D Royal Heath

📋 copy color: '#C5376D'

red 197 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #C5376D

Tints of Royal Heath #C5376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 54.57%
G = 15.24%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5376D (or 0xC5376D) is known color: Royal Heath. HEX triplet: C5, 37 and 6D. RGB value is (197,55,109). Sum of RGB (Red+Green+Blue) = 197+55+109=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376D is #3AC892. Grayscale: #676767. Windows color (decimal): -3852435 or 7157701. OLE color: 7157701.

HSL color Cylindrical-coordinate representation of color #C5376D: hue angle of 337.18º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5376D is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 109 -
CMYK 0 0.72 0.45 0.23
HSL 337.18º 0.56% 0.49% -
HSV(B) 337.18º 0.72% 0.77% -
XYZ 27.15 15.71 16.07 -
YUV 103.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 197 55 109 0 0.72 0.45 0.23 337.18 0.56 0.49
Hex C5 37 6D 0 48 2D 17 151 38 31
Octal 305 67 155 0 110 55 27 521 70 61
Binary 11000101 110111 1101101 0 1001000 101101 10111 101010001 111000 110001

Color Harmonies of #C5376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5376D

Black with #C5376D

Text Example


Text Example

White with #C5376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5376D; }

 p { color: rgb(197,55,109); }

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

background-color css

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

 a { background-color: rgb(197,55,109); }

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

border-color css

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

 span { border-color: rgb(197,55,109); }

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