Html Css Color HEX #C4493F Grenadier

📋 copy color: '#C4493F'

red 196 ◦ green 73 ◦ blue 63

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

Shades of Grenadier #C4493F

Tints of Grenadier #C4493F

RGB

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

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

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

R = 59.04%
G = 21.99%
B = 18.98%

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

#C4493F (or 0xC4493F) is known color: Grenadier. HEX triplet: C4, 49 and 3F. RGB value is (196,73,63). Sum of RGB (Red+Green+Blue) = 196+73+63=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C4493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4493F is #3BB6C0. Grayscale: #6C6C6C. Windows color (decimal): -3913409 or 4147652. OLE color: 4147652.

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

Color convert

RGB 196 73 63 -
CMYK 0 0.63 0.68 0.23
HSL 4.51º 0.53% 0.51% -
HSV(B) 4.51º 0.68% 0.77% -
XYZ 26.04 16.86 6.58 -
YUV 108.64 102.25 190.31 -
System Red Green Blue C M Y K H S L
Decimal 196 73 63 0 0.63 0.68 0.23 4.51 0.53 0.51
Hex C4 49 3F 0 3F 44 17 5 35 33
Octal 304 111 77 0 77 104 27 5 65 63
Binary 11000100 1001001 111111 0 111111 1000100 10111 101 110101 110011

Color Harmonies of #C4493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4493F

Black with #C4493F

Text Example


Text Example

White with #C4493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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