#C64833

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

Shades of Grenadier #C64833

Tints of Grenadier #C64833

Color information

#C64833 (or 0xC64833) is unknown color: approx Grenadier. HEX triplet: C6, 48 and 33. RGB value is (198,72,51). Sum of RGB (Red+Green+Blue) = 198+72+51=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64833 is #39B7CC. Grayscale: #6B6B6B. Windows color (decimal): -3782605 or 3360966. OLE color: 3360966.

HSL color Cylindrical-coordinate representation of color #C64833: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C64833 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB1987251-
CMYK00.640.740.22
HSL8.57º59.04%48.82%-
HSV(B)8.57º74.24%77.65%-
XYZ26.216.885.01-
YUV107.2896.24192.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=61.68%
G=22.43%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198725100.640.740.228.5759.0448.82
HexC648330404A1693b31
Octal30611063010011226117361
Binary110001101001000110011010000001001010101101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64833; }

 p { color: rgb(198,72,51); }

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

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

 a { background-color: rgb(198,72,51); }

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

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

 span { border-color: rgb(198,72,51); }

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