Html Css Color HEX #C2493B Grenadier

📋 copy color: '#C2493B'

red 194 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #C2493B

Tints of Grenadier #C2493B

RGB

 RED value IS 194 (76.17% from 255) = 59.51%

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

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 59.51%
G = 22.39%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2493B (or 0xC2493B) is known color: Grenadier. HEX triplet: C2, 49 and 3B. RGB value is (194,73,59). Sum of RGB (Red+Green+Blue) = 194+73+59=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493B is #3DB6C4. Grayscale: #6B6B6B. Windows color (decimal): -4044485 or 3885506. OLE color: 3885506.

HSL color Cylindrical-coordinate representation of color #C2493B: hue angle of 6.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2493B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 59 -
CMYK 0 0.62 0.70 0.24
HSL 6.22º 0.53% 0.5% -
HSV(B) 6.22º 0.7% 0.76% -
XYZ 25.42 16.55 5.99 -
YUV 107.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 194 73 59 0 0.62 0.70 0.24 6.22 0.53 0.5
Hex C2 49 3B 0 3E 46 18 6 35 32
Octal 302 111 73 0 76 106 30 6 65 62
Binary 11000010 1001001 111011 0 111110 1000110 11000 110 110101 110010

Color Harmonies of #C2493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2493B

Black with #C2493B

Text Example


Text Example

White with #C2493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2493B; }

 p { color: rgb(194,73,59); }

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

background-color css

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

 a { background-color: rgb(194,73,59); }

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

border-color css

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

 span { border-color: rgb(194,73,59); }

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