#C8503E

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

Shades of Grenadier #C8503E

Tints of Grenadier #C8503E

Color information

#C8503E (or 0xC8503E) is unknown color: approx Grenadier. HEX triplet: C8, 50 and 3E. RGB value is (200,80,62). Sum of RGB (Red+Green+Blue) = 200+80+62=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503E is #37AFC1. Grayscale: #727272. Windows color (decimal): -3649474 or 4083912. OLE color: 4083912.

HSL color Cylindrical-coordinate representation of color #C8503E: hue angle of 7.83º 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 #C8503E is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB2008062-
CMYK00.60.690.22
HSL7.83º55.65%51.37%-
HSV(B)7.83º69%78.43%-
XYZ27.5618.366.65-
YUV113.8398.76189.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=58.48%
G=23.39%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200806200.60.690.227.8355.6551.37
HexC8503E03C451683833
Octal3101207607410526107063
Binary11001000101000011111001111001000101101101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8503E; }

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

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

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

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

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

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

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

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