#C9443C

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

Shades of Grenadier #C9443C

Tints of Grenadier #C9443C

Color information

#C9443C (or 0xC9443C) is unknown color: approx Grenadier. HEX triplet: C9, 44 and 3C. RGB value is (201,68,60). Sum of RGB (Red+Green+Blue) = 201+68+60=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9443C is #36BBC3. Grayscale: #6B6B6B. Windows color (decimal): -3587012 or 3949769. OLE color: 3949769.

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

Color convert

RGB2016860-
CMYK00.660.700.21
HSL3.4º56.63%51.18%-
HSV(B)3.4º70.15%78.82%-
XYZ26.9716.886.11-
YUV106.85101.56195.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=61.09%
G=20.67%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201686000.660.700.213.456.6351.18
HexC9443C042461533933
Octal3111047401021062537163
Binary1100100110001001111000100001010001101010111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9443C; }

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

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

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

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

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

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

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

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