Html Css Color HEX #C5473D Grenadier

📋 copy color: '#C5473D'

red 197 ◦ green 71 ◦ blue 61

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

Shades of Grenadier #C5473D

Tints of Grenadier #C5473D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 59.88%
G = 21.58%
B = 18.54%

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

#C5473D (or 0xC5473D) is known color: Grenadier. HEX triplet: C5, 47 and 3D. RGB value is (197,71,61). Sum of RGB (Red+Green+Blue) = 197+71+61=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5473D is #3AB8C2. Grayscale: #6B6B6B. Windows color (decimal): -3848387 or 4016069. OLE color: 4016069.

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

Color convert

RGB 197 71 61 -
CMYK 0 0.64 0.69 0.23
HSL 4.41º 0.54% 0.51% -
HSV(B) 4.41º 0.69% 0.77% -
XYZ 26.12 16.71 6.26 -
YUV 107.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 197 71 61 0 0.64 0.69 0.23 4.41 0.54 0.51
Hex C5 47 3D 0 40 45 17 4 36 33
Octal 305 107 75 0 100 105 27 4 66 63
Binary 11000101 1000111 111101 0 1000000 1000101 10111 100 110110 110011

Color Harmonies of #C5473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5473D

Black with #C5473D

Text Example


Text Example

White with #C5473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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