#C0563D

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

Shades of Grenadier #C0563D

Tints of Grenadier #C0563D

Color information

#C0563D (or 0xC0563D) is unknown color: approx Grenadier. HEX triplet: C0, 56 and 3D. RGB value is (192,86,61). Sum of RGB (Red+Green+Blue) = 192+86+61=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0563D is #3FA9C2. Grayscale: #737373. Windows color (decimal): -4172227 or 4019904. OLE color: 4019904.

HSL color Cylindrical-coordinate representation of color #C0563D: hue angle of 11.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0563D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1928661-
CMYK00.550.680.25
HSL11.45º51.78%49.61%-
HSV(B)11.45º68.23%75.29%-
XYZ25.9118.26.56-
YUV114.8497.62183.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=56.64%
G=25.37%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192866100.550.680.2511.4551.7849.61
HexC0563D0374419b3432
Octal3001267506710431136462
Binary11000000101011011110101101111000100110011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0563D; }

 p { color: rgb(192,86,61); }

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

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

 a { background-color: rgb(192,86,61); }

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

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

 span { border-color: rgb(192,86,61); }

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