Html Css Color HEX #C5493F Grenadier

📋 copy color: '#C5493F'

red 197 ◦ green 73 ◦ blue 63

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

Shades of Grenadier #C5493F

Tints of Grenadier #C5493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 63 (25% from 255) = 18.92%

R = 59.16%
G = 21.92%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5493F (or 0xC5493F) is known color: Grenadier. HEX triplet: C5, 49 and 3F. RGB value is (197,73,63). Sum of RGB (Red+Green+Blue) = 197+73+63=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C5493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5493F is #3AB6C0. Grayscale: #6D6D6D. Windows color (decimal): -3847873 or 4147653. OLE color: 4147653.

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

Color convert

RGB 197 73 63 -
CMYK 0 0.63 0.68 0.23
HSL 4.48º 0.54% 0.51% -
HSV(B) 4.48º 0.68% 0.77% -
XYZ 26.31 16.99 6.6 -
YUV 108.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 197 73 63 0 0.63 0.68 0.23 4.48 0.54 0.51
Hex C5 49 3F 0 3F 44 17 4 36 33
Octal 305 111 77 0 77 104 27 4 66 63
Binary 11000101 1001001 111111 0 111111 1000100 10111 100 110110 110011

Color Harmonies of #C5493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5493F

Black with #C5493F

Text Example


Text Example

White with #C5493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5493F; }

 p { color: rgb(197,73,63); }

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

background-color css

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

 a { background-color: rgb(197,73,63); }

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

border-color css

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

 span { border-color: rgb(197,73,63); }

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