Html Css Color HEX #C5513E Grenadier

📋 copy color: '#C5513E'

red 197 ◦ green 81 ◦ blue 62

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

Shades of Grenadier #C5513E

Tints of Grenadier #C5513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

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

R = 57.94%
G = 23.82%
B = 18.24%

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

#C5513E (or 0xC5513E) is known color: Grenadier. HEX triplet: C5, 51 and 3E. RGB value is (197,81,62). Sum of RGB (Red+Green+Blue) = 197+81+62=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513E is #3AAEC1. Grayscale: #717171. Windows color (decimal): -3845826 or 4084165. OLE color: 4084165.

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

Color convert

RGB 197 81 62 -
CMYK 0 0.59 0.69 0.23
HSL 8.44º 0.54% 0.51% -
HSV(B) 8.44º 0.69% 0.77% -
XYZ 26.84 18.1 6.64 -
YUV 113.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 197 81 62 0 0.59 0.69 0.23 8.44 0.54 0.51
Hex C5 51 3E 0 3B 45 17 8 36 33
Octal 305 121 76 0 73 105 27 10 66 63
Binary 11000101 1010001 111110 0 111011 1000101 10111 1000 110110 110011

Color Harmonies of #C5513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5513E

Black with #C5513E

Text Example


Text Example

White with #C5513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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