Html Css Color HEX #C5503E Grenadier

📋 copy color: '#C5503E'

red 197 ◦ green 80 ◦ blue 62

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

Shades of Grenadier #C5503E

Tints of Grenadier #C5503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 58.11%
G = 23.6%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5503E (or 0xC5503E) is known color: Grenadier. HEX triplet: C5, 50 and 3E. RGB value is (197,80,62). Sum of RGB (Red+Green+Blue) = 197+80+62=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5503E is #3AAFC1. Grayscale: #717171. Windows color (decimal): -3846082 or 4083909. OLE color: 4083909.

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

Color convert

RGB 197 80 62 -
CMYK 0 0.59 0.69 0.23
HSL 0.54% 0.51% -
HSV(B) 0.69% 0.77% -
XYZ 26.76 17.96 6.61 -
YUV 112.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 197 80 62 0 0.59 0.69 0.23 8 0.54 0.51
Hex C5 50 3E 0 3B 45 17 8 36 33
Octal 305 120 76 0 73 105 27 10 66 63
Binary 11000101 1010000 111110 0 111011 1000101 10111 1000 110110 110011

Color Harmonies of #C5503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5503E

Black with #C5503E

Text Example


Text Example

White with #C5503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5503E; }

 p { color: rgb(197,80,62); }

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

background-color css

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

 a { background-color: rgb(197,80,62); }

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

border-color css

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

 span { border-color: rgb(197,80,62); }

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