Html Css Color HEX #C5513C Grenadier

📋 copy color: '#C5513C'

red 197 ◦ green 81 ◦ blue 60

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

Shades of Grenadier #C5513C

Tints of Grenadier #C5513C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 58.28%
G = 23.96%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5513C (or 0xC5513C) is known color: Grenadier. HEX triplet: C5, 51 and 3C. RGB value is (197,81,60). Sum of RGB (Red+Green+Blue) = 197+81+60=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513C is #3AAEC3. Grayscale: #717171. Windows color (decimal): -3845828 or 3953093. OLE color: 3953093.

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

Color convert

RGB 197 81 60 -
CMYK 0 0.59 0.70 0.23
HSL 9.2º 0.54% 0.5% -
HSV(B) 9.2º 0.7% 0.77% -
XYZ 26.78 18.08 6.35 -
YUV 113.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 197 81 60 0 0.59 0.70 0.23 9.2 0.54 0.5
Hex C5 51 3C 0 3B 46 17 9 36 32
Octal 305 121 74 0 73 106 27 11 66 62
Binary 11000101 1010001 111100 0 111011 1000110 10111 1001 110110 110010

Color Harmonies of #C5513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5513C

Black with #C5513C

Text Example


Text Example

White with #C5513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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