Html Css Color HEX #C3493A Grenadier

📋 copy color: '#C3493A'

red 195 ◦ green 73 ◦ blue 58

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

Shades of Grenadier #C3493A

Tints of Grenadier #C3493A

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 59.82%
G = 22.39%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3493A (or 0xC3493A) is known color: Grenadier. HEX triplet: C3, 49 and 3A. RGB value is (195,73,58). Sum of RGB (Red+Green+Blue) = 195+73+58=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3493A is #3CB6C5. Grayscale: #6B6B6B. Windows color (decimal): -3978950 or 3819971. OLE color: 3819971.

HSL color Cylindrical-coordinate representation of color #C3493A: hue angle of 6.57º degrees, saturation: 0.54, 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 #C3493A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 58 -
CMYK 0 0.63 0.70 0.24
HSL 6.57º 0.54% 0.5% -
HSV(B) 6.57º 0.7% 0.76% -
XYZ 25.65 16.67 5.87 -
YUV 107.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 195 73 58 0 0.63 0.70 0.24 6.57 0.54 0.5
Hex C3 49 3A 0 3F 46 18 7 36 32
Octal 303 111 72 0 77 106 30 7 66 62
Binary 11000011 1001001 111010 0 111111 1000110 11000 111 110110 110010

Color Harmonies of #C3493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3493A

Black with #C3493A

Text Example


Text Example

White with #C3493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3493A; }

 p { color: rgb(195,73,58); }

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

background-color css

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

 a { background-color: rgb(195,73,58); }

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

border-color css

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

 span { border-color: rgb(195,73,58); }

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