Html Css Color HEX #C5376F Royal Heath

📋 copy color: '#C5376F'

red 197 ◦ green 55 ◦ blue 111

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

Shades of Royal Heath #C5376F

Tints of Royal Heath #C5376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 54.27%
G = 15.15%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5376F (or 0xC5376F) is known color: Royal Heath. HEX triplet: C5, 37 and 6F. RGB value is (197,55,111). Sum of RGB (Red+Green+Blue) = 197+55+111=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376F is #3AC890. Grayscale: #676767. Windows color (decimal): -3852433 or 7288773. OLE color: 7288773.

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

Color convert

RGB 197 55 111 -
CMYK 0 0.72 0.44 0.23
HSL 336.34º 0.56% 0.49% -
HSV(B) 336.34º 0.72% 0.77% -
XYZ 27.26 15.75 16.64 -
YUV 103.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 197 55 111 0 0.72 0.44 0.23 336.34 0.56 0.49
Hex C5 37 6F 0 48 2C 17 150 38 31
Octal 305 67 157 0 110 54 27 520 70 61
Binary 11000101 110111 1101111 0 1001000 101100 10111 101010000 111000 110001

Color Harmonies of #C5376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5376F

Black with #C5376F

Text Example


Text Example

White with #C5376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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