#C2553E

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

Shades of Grenadier #C2553E

Tints of Grenadier #C2553E

Color information

#C2553E (or 0xC2553E) is unknown color: approx Grenadier. HEX triplet: C2, 55 and 3E. RGB value is (194,85,62). Sum of RGB (Red+Green+Blue) = 194+85+62=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2553E is #3DAAC1. Grayscale: #737373. Windows color (decimal): -4041410 or 4085186. OLE color: 4085186.

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

Color convert

RGB1948562-
CMYK00.560.680.24
HSL10.45º51.97%50.2%-
HSV(B)10.45º68.04%76.08%-
XYZ26.3718.316.7-
YUV114.9798.11184.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=56.89%
G=24.93%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194856200.560.680.2410.4551.9750.2
HexC2553E0384418a3432
Octal3021257607010430126462
Binary11000010101010111111001110001000100110001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2553E; }

 p { color: rgb(194,85,62); }

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

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

 a { background-color: rgb(194,85,62); }

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

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

 span { border-color: rgb(194,85,62); }

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