#C2463C

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

Shades of Grenadier #C2463C

Tints of Grenadier #C2463C

Color information

#C2463C (or 0xC2463C) is unknown color: approx Grenadier. HEX triplet: C2, 46 and 3C. RGB value is (194,70,60). Sum of RGB (Red+Green+Blue) = 194+70+60=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2463C is #3DB9C3. Grayscale: #6A6A6A. Windows color (decimal): -4045252 or 3950274. OLE color: 3950274.

HSL color Cylindrical-coordinate representation of color #C2463C: hue angle of 4.48º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2463C is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1947060-
CMYK00.640.690.24
HSL4.48º52.76%49.8%-
HSV(B)4.48º69.07%76.08%-
XYZ25.2516.186.07-
YUV105.94102.08190.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.88%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=59.88%
G=21.60%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194706000.640.690.244.4852.7649.8
HexC2463C040451843532
Octal3021067401001053046562
Binary11000010100011011110001000000100010111000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2463C; }

 p { color: rgb(194,70,60); }

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

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

 a { background-color: rgb(194,70,60); }

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

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

 span { border-color: rgb(194,70,60); }

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