#C04F3C

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

Shades of Grenadier #C04F3C

Tints of Grenadier #C04F3C

Color information

#C04F3C (or 0xC04F3C) is unknown color: approx Grenadier. HEX triplet: C0, 4F and 3C. RGB value is (192,79,60). Sum of RGB (Red+Green+Blue) = 192+79+60=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F3C is #3FB0C3. Grayscale: #6E6E6E. Windows color (decimal): -4174020 or 3952576. OLE color: 3952576.

HSL color Cylindrical-coordinate representation of color #C04F3C: hue angle of 8.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04F3C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1927960-
CMYK00.590.690.25
HSL8.64º52.38%49.41%-
HSV(B)8.64º68.75%75.29%-
XYZ25.3517.126.24-
YUV110.6299.44186.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=58.01%
G=23.87%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192796000.590.690.258.6452.3849.41
HexC04F3C03B451993431
Octal3001177407310531116461
Binary11000000100111111110001110111000101110011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F3C; }

 p { color: rgb(192,79,60); }

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

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

 a { background-color: rgb(192,79,60); }

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

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

 span { border-color: rgb(192,79,60); }

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