Html Css Color HEX #C4493E Grenadier

📋 copy color: '#C4493E'

red 196 ◦ green 73 ◦ blue 62

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

Shades of Grenadier #C4493E

Tints of Grenadier #C4493E

RGB

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

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

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

R = 59.21%
G = 22.05%
B = 18.73%

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

#C4493E (or 0xC4493E) is known color: Grenadier. HEX triplet: C4, 49 and 3E. RGB value is (196,73,62). Sum of RGB (Red+Green+Blue) = 196+73+62=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4493E is #3BB6C1. Grayscale: #6C6C6C. Windows color (decimal): -3913410 or 4082116. OLE color: 4082116.

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

Color convert

RGB 196 73 62 -
CMYK 0 0.63 0.68 0.23
HSL 4.93º 0.53% 0.51% -
HSV(B) 4.93º 0.68% 0.77% -
XYZ 26.02 16.85 6.44 -
YUV 108.52 101.75 190.39 -
System Red Green Blue C M Y K H S L
Decimal 196 73 62 0 0.63 0.68 0.23 4.93 0.53 0.51
Hex C4 49 3E 0 3F 44 17 5 35 33
Octal 304 111 76 0 77 104 27 5 65 63
Binary 11000100 1001001 111110 0 111111 1000100 10111 101 110101 110011

Color Harmonies of #C4493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4493E

Black with #C4493E

Text Example


Text Example

White with #C4493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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