#C6503A

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

Shades of Grenadier #C6503A

Tints of Grenadier #C6503A

Color information

#C6503A (or 0xC6503A) is unknown color: approx Grenadier. HEX triplet: C6, 50 and 3A. RGB value is (198,80,58). Sum of RGB (Red+Green+Blue) = 198+80+58=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C6503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6503A is #39AFC5. Grayscale: #707070. Windows color (decimal): -3780550 or 3821766. OLE color: 3821766.

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

Color convert

RGB1988058-
CMYK00.600.710.22
HSL9.43º55.12%50.2%-
HSV(B)9.43º70.71%77.65%-
XYZ26.9218.056.07-
YUV112.7797.09188.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=58.93%
G=23.81%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198805800.600.710.229.4355.1250.2
HexC6503A03C471693732
Octal3061207207410726116762
Binary11000110101000011101001111001000111101101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6503A; }

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

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

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

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

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

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

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

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