#C84635

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

Shades of Grenadier #C84635

Tints of Grenadier #C84635

Color information

#C84635 (or 0xC84635) is unknown color: approx Grenadier. HEX triplet: C8, 46 and 35. RGB value is (200,70,53). Sum of RGB (Red+Green+Blue) = 200+70+53=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C84635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84635 is #37B9CA. Grayscale: #6B6B6B. Windows color (decimal): -3652043 or 3491528. OLE color: 3491528.

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

Color convert

RGB2007053-
CMYK00.650.740.22
HSL6.94º58.1%49.61%-
HSV(B)6.94º73.5%78.43%-
XYZ26.6516.925.23-
YUV106.9397.57194.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=61.92%
G=21.67%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200705300.650.740.226.9458.149.61
HexC846350414A1673a32
Octal3101066501011122677262
Binary11001000100011011010101000001100101010110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84635; }

 p { color: rgb(200,70,53); }

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

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

 a { background-color: rgb(200,70,53); }

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

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

 span { border-color: rgb(200,70,53); }

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