#C6473A

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

Shades of Grenadier #C6473A

Tints of Grenadier #C6473A

Color information

#C6473A (or 0xC6473A) is unknown color: approx Grenadier. HEX triplet: C6, 47 and 3A. RGB value is (198,71,58). Sum of RGB (Red+Green+Blue) = 198+71+58=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6473A is #39B8C5. Grayscale: #6B6B6B. Windows color (decimal): -3782854 or 3819462. OLE color: 3819462.

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

Color convert

RGB1987158-
CMYK00.640.710.22
HSL5.57º55.12%50.2%-
HSV(B)5.57º70.71%77.65%-
XYZ26.3116.825.86-
YUV107.49100.08192.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=60.55%
G=21.71%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198715800.640.710.225.5755.1250.2
HexC6473A040471663732
Octal3061077201001072666762
Binary11000110100011111101001000000100011110110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6473A; }

 p { color: rgb(198,71,58); }

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

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

 a { background-color: rgb(198,71,58); }

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

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

 span { border-color: rgb(198,71,58); }

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