#C84E40

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

Shades of Grenadier #C84E40

Tints of Grenadier #C84E40

Color information

#C84E40 (or 0xC84E40) is unknown color: approx Grenadier. HEX triplet: C8, 4E and 40. RGB value is (200,78,64). Sum of RGB (Red+Green+Blue) = 200+78+64=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E40 is #37B1BF. Grayscale: #717171. Windows color (decimal): -3649984 or 4214472. OLE color: 4214472.

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

Color convert

RGB2007864-
CMYK00.610.680.22
HSL6.18º55.28%51.76%-
HSV(B)6.18º68%78.43%-
XYZ27.4718.16.9-
YUV112.88100.42190.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=58.48%
G=22.81%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200786400.610.680.226.1855.2851.76
HexC84E4003D441663734
Octal3101161000751042666764
Binary11001000100111010000000111101100010010110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84E40; }

 p { color: rgb(200,78,64); }

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

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

 a { background-color: rgb(200,78,64); }

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

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

 span { border-color: rgb(200,78,64); }

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