#C64A3C

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

Shades of Grenadier #C64A3C

Tints of Grenadier #C64A3C

Color information

#C64A3C (or 0xC64A3C) is unknown color: approx Grenadier. HEX triplet: C6, 4A and 3C. RGB value is (198,74,60). Sum of RGB (Red+Green+Blue) = 198+74+60=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A3C is #39B5C3. Grayscale: #6D6D6D. Windows color (decimal): -3782084 or 3951302. OLE color: 3951302.

HSL color Cylindrical-coordinate representation of color #C64A3C: hue angle of 6.09º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C64A3C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB1987460-
CMYK00.630.700.22
HSL6.09º54.76%50.59%-
HSV(B)6.09º69.7%77.65%-
XYZ26.5517.236.2-
YUV109.48100.08191.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=59.64%
G=22.29%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198746000.630.700.226.0954.7650.59
HexC64A3C03F461663733
Octal306112740771062666763
Binary1100011010010101111000111111100011010110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A3C; }

 p { color: rgb(198,74,60); }

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

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

 a { background-color: rgb(198,74,60); }

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

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

 span { border-color: rgb(198,74,60); }

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