#CC4C3F

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

Shades of Grenadier #CC4C3F

Tints of Grenadier #CC4C3F

Color information

#CC4C3F (or 0xCC4C3F) is unknown color: approx Grenadier. HEX triplet: CC, 4C and 3F. RGB value is (204,76,63). Sum of RGB (Red+Green+Blue) = 204+76+63=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C3F is #33B3C0. Grayscale: #707070. Windows color (decimal): -3388353 or 4148428. OLE color: 4148428.

HSL color Cylindrical-coordinate representation of color #CC4C3F: hue angle of 5.53º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4C3F is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB2047663-
CMYK00.630.690.2
HSL5.53º58.02%52.35%-
HSV(B)5.53º69.12%80%-
XYZ28.3818.376.75-
YUV112.7999.91193.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 63 (25% from 255) = 18.37%
R=59.48%
G=22.16%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204766300.630.690.25.5358.0252.35
HexCC4C3F03F451463a34
Octal314114770771052467264
Binary1100110010011001111110111111100010110100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C3F; }

 p { color: rgb(204,76,63); }

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

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

 a { background-color: rgb(204,76,63); }

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

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

 span { border-color: rgb(204,76,63); }

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