#C8503F

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

Shades of Grenadier #C8503F

Tints of Grenadier #C8503F

Color information

#C8503F (or 0xC8503F) is unknown color: approx Grenadier. HEX triplet: C8, 50 and 3F. RGB value is (200,80,63). Sum of RGB (Red+Green+Blue) = 200+80+63=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8503F is #37AFC0. Grayscale: #727272. Windows color (decimal): -3649473 or 4149448. OLE color: 4149448.

HSL color Cylindrical-coordinate representation of color #C8503F: hue angle of 7.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8503F is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB2008063-
CMYK00.60.680.22
HSL7.45º55.47%51.57%-
HSV(B)7.45º68.5%78.43%-
XYZ27.5918.386.8-
YUV113.9499.26189.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.31%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 63 (25% from 255) = 18.37%
R=58.31%
G=23.32%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200806300.60.680.227.4555.4751.57
HexC8503F03C441673734
Octal310120770741042676764
Binary1100100010100001111110111100100010010110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8503F; }

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

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

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

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

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

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

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

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