#C9463D

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

Shades of Grenadier #C9463D

Tints of Grenadier #C9463D

Color information

#C9463D (or 0xC9463D) is unknown color: approx Grenadier. HEX triplet: C9, 46 and 3D. RGB value is (201,70,61). Sum of RGB (Red+Green+Blue) = 201+70+61=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9463D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9463D is #36B9C2. Grayscale: #6C6C6C. Windows color (decimal): -3586499 or 4015817. OLE color: 4015817.

HSL color Cylindrical-coordinate representation of color #C9463D: hue angle of 3.86º degrees, saturation: 0.56, 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 #C9463D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2017061-
CMYK00.650.700.21
HSL3.86º56.45%51.37%-
HSV(B)3.86º69.65%78.82%-
XYZ27.1217.136.29-
YUV108.14101.4194.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.54%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=60.54%
G=21.08%
B=18.37%

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
Decimal201706100.650.700.213.8656.4551.37
HexC9463D041461543833
Octal3111067501011062547063
Binary11001001100011011110101000001100011010101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9463D; }

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

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

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

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

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

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

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

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