Html Css Color HEX #C64636 Grenadier

📋 copy color: '#C64636'

red 198 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C64636

Tints of Grenadier #C64636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 61.49%
G = 21.74%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64636 (or 0xC64636) is known color: Grenadier. HEX triplet: C6, 46 and 36. RGB value is (198,70,54). Sum of RGB (Red+Green+Blue) = 198+70+54=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64636 is #39B9C9. Grayscale: #6A6A6A. Windows color (decimal): -3783114 or 3557062. OLE color: 3557062.

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

Color convert

RGB 198 70 54 -
CMYK 0 0.65 0.73 0.22
HSL 6.67º 0.57% 0.49% -
HSV(B) 6.67º 0.73% 0.78% -
XYZ 26.14 16.65 5.33 -
YUV 106.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 198 70 54 0 0.65 0.73 0.22 6.67 0.57 0.49
Hex C6 46 36 0 41 49 16 7 39 31
Octal 306 106 66 0 101 111 26 7 71 61
Binary 11000110 1000110 110110 0 1000001 1001001 10110 111 111001 110001

Color Harmonies of #C64636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64636

Black with #C64636

Text Example


Text Example

White with #C64636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64636; }

 p { color: rgb(198,70,54); }

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

background-color css

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

 a { background-color: rgb(198,70,54); }

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

border-color css

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

 span { border-color: rgb(198,70,54); }

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