#C6453E

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

Shades of Grenadier #C6453E

Tints of Grenadier #C6453E

Color information

#C6453E (or 0xC6453E) is unknown color: approx Grenadier. HEX triplet: C6, 45 and 3E. RGB value is (198,69,62). Sum of RGB (Red+Green+Blue) = 198+69+62=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6453E is #39BAC1. Grayscale: #6A6A6A. Windows color (decimal): -3783362 or 4081094. OLE color: 4081094.

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

Color convert

RGB1986962-
CMYK00.650.690.22
HSL3.09º54.4%50.98%-
HSV(B)3.09º68.69%77.65%-
XYZ26.2916.616.38-
YUV106.77102.74193.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.18%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=60.18%
G=20.97%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198696200.650.690.223.0954.450.98
HexC6453E041451633633
Octal3061057601011052636663
Binary1100011010001011111100100000110001011011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6453E; }

 p { color: rgb(198,69,62); }

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

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

 a { background-color: rgb(198,69,62); }

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

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

 span { border-color: rgb(198,69,62); }

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