#C6443E

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

Shades of Grenadier #C6443E

Tints of Grenadier #C6443E

Color information

#C6443E (or 0xC6443E) is unknown color: approx Grenadier. HEX triplet: C6, 44 and 3E. RGB value is (198,68,62). Sum of RGB (Red+Green+Blue) = 198+68+62=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6443E is #39BBC1. Grayscale: #6A6A6A. Windows color (decimal): -3783618 or 4080838. OLE color: 4080838.

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

Color convert

RGB1986862-
CMYK00.660.690.22
HSL2.65º54.4%50.98%-
HSV(B)2.65º68.69%77.65%-
XYZ26.2316.496.36-
YUV106.19103.07193.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.37%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=60.37%
G=20.73%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198686200.660.690.222.6554.450.98
HexC6443E042451633633
Octal3061047601021052636663
Binary1100011010001001111100100001010001011011011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6443E; }

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

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

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

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

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

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

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

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