Html Css Color HEX #C5376C Royal Heath

📋 copy color: '#C5376C'

red 197 ◦ green 55 ◦ blue 108

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

Shades of Royal Heath #C5376C

Tints of Royal Heath #C5376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 54.72%
G = 15.28%
B = 30%

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

#C5376C (or 0xC5376C) is known color: Royal Heath. HEX triplet: C5, 37 and 6C. RGB value is (197,55,108). Sum of RGB (Red+Green+Blue) = 197+55+108=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376C is #3AC893. Grayscale: #676767. Windows color (decimal): -3852436 or 7092165. OLE color: 7092165.

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

Color convert

RGB 197 55 108 -
CMYK 0 0.72 0.45 0.23
HSL 337.61º 0.56% 0.49% -
HSV(B) 337.61º 0.72% 0.77% -
XYZ 27.1 15.69 15.79 -
YUV 103.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 197 55 108 0 0.72 0.45 0.23 337.61 0.56 0.49
Hex C5 37 6C 0 48 2D 17 152 38 31
Octal 305 67 154 0 110 55 27 522 70 61
Binary 11000101 110111 1101100 0 1001000 101101 10111 101010010 111000 110001

Color Harmonies of #C5376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5376C

Black with #C5376C

Text Example


Text Example

White with #C5376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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