#C0563A

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

Shades of Grenadier #C0563A

Tints of Grenadier #C0563A

Color information

#C0563A (or 0xC0563A) is unknown color: approx Grenadier. HEX triplet: C0, 56 and 3A. RGB value is (192,86,58). Sum of RGB (Red+Green+Blue) = 192+86+58=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0563A is #3FA9C5. Grayscale: #727272. Windows color (decimal): -4172230 or 3823296. OLE color: 3823296.

HSL color Cylindrical-coordinate representation of color #C0563A: hue angle of 12.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0563A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1928658-
CMYK00.550.700.25
HSL12.54º53.6%49.02%-
HSV(B)12.54º69.79%75.29%-
XYZ25.8318.176.15-
YUV114.596.12183.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.14%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=57.14%
G=25.60%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192865800.550.700.2512.5453.649.02
HexC0563A0374619d3631
Octal3001267206710631156661
Binary11000000101011011101001101111000110110011101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0563A; }

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

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

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

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

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

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

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

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