#C84C38

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

Shades of Grenadier #C84C38

Tints of Grenadier #C84C38

Color information

#C84C38 (or 0xC84C38) is unknown color: approx Grenadier. HEX triplet: C8, 4C and 38. RGB value is (200,76,56). Sum of RGB (Red+Green+Blue) = 200+76+56=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84C38 is #37B3C7. Grayscale: #6F6F6F. Windows color (decimal): -3650504 or 3689672. OLE color: 3689672.

HSL color Cylindrical-coordinate representation of color #C84C38: hue angle of 8.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84C38 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2007656-
CMYK00.620.720.22
HSL8.33º56.69%50.2%-
HSV(B)8.33º72%78.43%-
XYZ27.1217.735.74-
YUV110.897.08191.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=60.24%
G=22.89%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200765600.620.720.228.3356.6950.2
HexC84C3803E481683932
Octal3101147007611026107162
Binary11001000100110011100001111101001000101101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84C38; }

 p { color: rgb(200,76,56); }

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

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

 a { background-color: rgb(200,76,56); }

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

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

 span { border-color: rgb(200,76,56); }

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