Html Css Color HEX #C64E40 Grenadier

📋 copy color: '#C64E40'

red 198 ◦ green 78 ◦ blue 64

#C64E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C64E40

Tints of Grenadier #C64E40

RGB

 RED value IS 198 (77.73% from 255) = 58.24%

 GREEN value IS 78 (30.86% from 255) = 22.94%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 58.24%
G = 22.94%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64E40 (or 0xC64E40) is known color: Grenadier. HEX triplet: C6, 4E and 40. RGB value is (198,78,64). Sum of RGB (Red+Green+Blue) = 198+78+64=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64E40 is #39B1BF. Grayscale: #707070. Windows color (decimal): -3781056 or 4214470. OLE color: 4214470.

HSL color Cylindrical-coordinate representation of color #C64E40: hue angle of 6.27º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64E40 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 78 64 -
CMYK 0 0.61 0.68 0.22
HSL 6.27º 0.54% 0.51% -
HSV(B) 6.27º 0.68% 0.78% -
XYZ 26.94 17.82 6.87 -
YUV 112.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 198 78 64 0 0.61 0.68 0.22 6.27 0.54 0.51
Hex C6 4E 40 0 3D 44 16 6 36 33
Octal 306 116 100 0 75 104 26 6 66 63
Binary 11000110 1001110 1000000 0 111101 1000100 10110 110 110110 110011

Color Harmonies of #C64E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E40

Black with #C64E40

Text Example


Text Example

White with #C64E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E40; }

 p { color: rgb(198,78,64); }

 H1.HeaderClassName
 {
   color: #C64E40;
 }
 .AnyTagClassName
 {
   color: #C64E40;
 }
</style>

background-color css

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

 a { background-color: rgb(198,78,64); }

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

border-color css

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

 span { border-color: rgb(198,78,64); }

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