#C9463A

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

Shades of Grenadier #C9463A

Tints of Grenadier #C9463A

Color information

#C9463A (or 0xC9463A) is unknown color: approx Grenadier. HEX triplet: C9, 46 and 3A. RGB value is (201,70,58). Sum of RGB (Red+Green+Blue) = 201+70+58=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9463A is #36B9C5. Grayscale: #6B6B6B. Windows color (decimal): -3586502 or 3819209. OLE color: 3819209.

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

Color convert

RGB2017058-
CMYK00.650.710.21
HSL5.03º56.97%50.78%-
HSV(B)5.03º71.14%78.82%-
XYZ27.0417.15.88-
YUV107.899.9194.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=61.09%
G=21.28%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201705800.650.710.215.0356.9750.78
HexC9463A041471553933
Octal3111067201011072557163
Binary11001001100011011101001000001100011110101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9463A; }

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

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

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

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

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

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

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

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