#C8493E

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

Shades of Grenadier #C8493E

Tints of Grenadier #C8493E

Color information

#C8493E (or 0xC8493E) is unknown color: approx Grenadier. HEX triplet: C8, 49 and 3E. RGB value is (200,73,62). Sum of RGB (Red+Green+Blue) = 200+73+62=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8493E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8493E is #37B6C1. Grayscale: #6D6D6D. Windows color (decimal): -3651266 or 4082120. OLE color: 4082120.

HSL color Cylindrical-coordinate representation of color #C8493E: hue angle of 4.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8493E is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2007362-
CMYK00.640.690.22
HSL4.78º55.65%51.37%-
HSV(B)4.78º69%78.43%-
XYZ27.0717.396.49-
YUV109.72101.08192.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.70%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=59.70%
G=21.79%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200736200.640.690.224.7855.6551.37
HexC8493E040451653833
Octal3101117601001052657063
Binary11001000100100111111001000000100010110110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8493E; }

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

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

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

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

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

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

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

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