Html Css Color HEX #C4473E Grenadier

📋 copy color: '#C4473E'

red 196 ◦ green 71 ◦ blue 62

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

Shades of Grenadier #C4473E

Tints of Grenadier #C4473E

RGB

 RED value IS 196 (76.95% from 255) = 59.57%

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

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

R = 59.57%
G = 21.58%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4473E (or 0xC4473E) is known color: Grenadier. HEX triplet: C4, 47 and 3E. RGB value is (196,71,62). Sum of RGB (Red+Green+Blue) = 196+71+62=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4473E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4473E is #3BB8C1. Grayscale: #6B6B6B. Windows color (decimal): -3913922 or 4081604. OLE color: 4081604.

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

Color convert

RGB 196 71 62 -
CMYK 0 0.64 0.68 0.23
HSL 4.03º 0.53% 0.51% -
HSV(B) 4.03º 0.68% 0.77% -
XYZ 25.89 16.59 6.4 -
YUV 107.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 196 71 62 0 0.64 0.68 0.23 4.03 0.53 0.51
Hex C4 47 3E 0 40 44 17 4 35 33
Octal 304 107 76 0 100 104 27 4 65 63
Binary 11000100 1000111 111110 0 1000000 1000100 10111 100 110101 110011

Color Harmonies of #C4473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4473E

Black with #C4473E

Text Example


Text Example

White with #C4473E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4473E; }

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

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

background-color css

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

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

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

border-color css

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

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

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