Html Css Color HEX #C5473E Grenadier

📋 copy color: '#C5473E'

red 197 ◦ green 71 ◦ blue 62

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

Shades of Grenadier #C5473E

Tints of Grenadier #C5473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 59.7%
G = 21.52%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5473E (or 0xC5473E) is known color: Grenadier. HEX triplet: C5, 47 and 3E. RGB value is (197,71,62). Sum of RGB (Red+Green+Blue) = 197+71+62=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5473E is #3AB8C1. Grayscale: #6B6B6B. Windows color (decimal): -3848386 or 4081605. OLE color: 4081605.

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

Color convert

RGB 197 71 62 -
CMYK 0 0.64 0.69 0.23
HSL 0.54% 0.51% -
HSV(B) 0.69% 0.77% -
XYZ 26.15 16.72 6.41 -
YUV 107.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 197 71 62 0 0.64 0.69 0.23 4 0.54 0.51
Hex C5 47 3E 0 40 45 17 4 36 33
Octal 305 107 76 0 100 105 27 4 66 63
Binary 11000101 1000111 111110 0 1000000 1000101 10111 100 110110 110011

Color Harmonies of #C5473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5473E

Black with #C5473E

Text Example


Text Example

White with #C5473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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