Html Css Color HEX #C2493E Grenadier

📋 copy color: '#C2493E'

red 194 ◦ green 73 ◦ blue 62

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

Shades of Grenadier #C2493E

Tints of Grenadier #C2493E

RGB

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

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

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

R = 58.97%
G = 22.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2493E (or 0xC2493E) is known color: Grenadier. HEX triplet: C2, 49 and 3E. RGB value is (194,73,62). Sum of RGB (Red+Green+Blue) = 194+73+62=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2493E is #3DB6C1. Grayscale: #6C6C6C. Windows color (decimal): -4044482 or 4082114. OLE color: 4082114.

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

Color convert

RGB 194 73 62 -
CMYK 0 0.62 0.68 0.24
HSL 0.52% 0.5% -
HSV(B) 0.68% 0.76% -
XYZ 25.5 16.58 6.41 -
YUV 107.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 194 73 62 0 0.62 0.68 0.24 5 0.52 0.5
Hex C2 49 3E 0 3E 44 18 5 34 32
Octal 302 111 76 0 76 104 30 5 64 62
Binary 11000010 1001001 111110 0 111110 1000100 11000 101 110100 110010

Color Harmonies of #C2493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2493E

Black with #C2493E

Text Example


Text Example

White with #C2493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2493E; }

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

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

background-color css

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

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

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

border-color css

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

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

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