#C9463C

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

Shades of Grenadier #C9463C

Tints of Grenadier #C9463C

Color information

#C9463C (or 0xC9463C) is unknown color: approx Grenadier. HEX triplet: C9, 46 and 3C. RGB value is (201,70,60). Sum of RGB (Red+Green+Blue) = 201+70+60=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9463C is #36B9C3. Grayscale: #6C6C6C. Windows color (decimal): -3586500 or 3950281. OLE color: 3950281.

HSL color Cylindrical-coordinate representation of color #C9463C: hue angle of 4.26º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9463C is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2017060-
CMYK00.650.700.21
HSL4.26º56.63%51.18%-
HSV(B)4.26º70.15%78.82%-
XYZ27.0917.126.15-
YUV108.03100.9194.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=60.73%
G=21.15%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201706000.650.700.214.2656.6351.18
HexC9463C041461543933
Octal3111067401011062547163
Binary11001001100011011110001000001100011010101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9463C; }

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

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

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

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

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

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

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

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