#C3493D

Color #C3493D Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C3493D

Tints of Grenadier #C3493D

Color information

#C3493D (or 0xC3493D) is unknown color: approx Grenadier. HEX triplet: C3, 49 and 3D. RGB value is (195,73,61). Sum of RGB (Red+Green+Blue) = 195+73+61=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C3493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3493D is #3CB6C2. Grayscale: #6C6C6C. Windows color (decimal): -3978947 or 4016579. OLE color: 4016579.

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

Color convert

RGB1957361-
CMYK00.630.690.24
HSL5.37º52.76%50.2%-
HSV(B)5.37º68.72%76.47%-
XYZ25.7316.76.28-
YUV108.11101.42189.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.27%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=59.27%
G=22.19%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195736100.630.690.245.3752.7650.2
HexC3493D03F451853532
Octal303111750771053056562
Binary1100001110010011111010111111100010111000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3493D; }

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

 H1.HeaderClassName
 {
   color: #C3493D;
 }
 .AnyTagClassName
 {
   color: #C3493D;
 }
</style>
background-color css

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

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

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

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

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

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