#C5463E

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

Shades of Grenadier #C5463E

Tints of Grenadier #C5463E

Color information

#C5463E (or 0xC5463E) is unknown color: approx Grenadier. HEX triplet: C5, 46 and 3E. RGB value is (197,70,62). Sum of RGB (Red+Green+Blue) = 197+70+62=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5463E is #3AB9C1. Grayscale: #6B6B6B. Windows color (decimal): -3848642 or 4081349. OLE color: 4081349.

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

Color convert

RGB1977062-
CMYK00.640.690.23
HSL3.56º53.78%50.78%-
HSV(B)3.56º68.53%77.25%-
XYZ26.0916.66.39-
YUV107.06102.58192.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=59.88%
G=21.28%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197706200.640.690.233.5653.7850.78
HexC5463E040451743633
Octal3051067601001052746663
Binary11000101100011011111001000000100010110111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5463E; }

 p { color: rgb(197,70,62); }

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

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

 a { background-color: rgb(197,70,62); }

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

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

 span { border-color: rgb(197,70,62); }

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