#C2423C

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

Shades of Grenadier #C2423C

Tints of Grenadier #C2423C

Color information

#C2423C (or 0xC2423C) is unknown color: approx Grenadier. HEX triplet: C2, 42 and 3C. RGB value is (194,66,60). Sum of RGB (Red+Green+Blue) = 194+66+60=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2423C is #3DBDC3. Grayscale: #676767. Windows color (decimal): -4046276 or 3949250. OLE color: 3949250.

HSL color Cylindrical-coordinate representation of color #C2423C: hue angle of 2.69º 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 #C2423C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1946660-
CMYK00.660.690.24
HSL2.69º52.76%49.8%-
HSV(B)2.69º69.07%76.08%-
XYZ25.0115.695.99-
YUV103.59103.41192.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.62%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=60.62%
G=20.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194666000.660.690.242.6952.7649.8
HexC2423C042451833532
Octal3021027401021053036562
Binary1100001010000101111000100001010001011100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2423C; }

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

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

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

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

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

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

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

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