Html Css Color HEX #C64735 Grenadier

📋 copy color: '#C64735'

red 198 ◦ green 71 ◦ blue 53

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

Shades of Grenadier #C64735

Tints of Grenadier #C64735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 61.49%
G = 22.05%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64735 (or 0xC64735) is known color: Grenadier. HEX triplet: C6, 47 and 35. RGB value is (198,71,53). Sum of RGB (Red+Green+Blue) = 198+71+53=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C64735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64735 is #39B8CA. Grayscale: #6B6B6B. Windows color (decimal): -3782859 or 3491782. OLE color: 3491782.

HSL color Cylindrical-coordinate representation of color #C64735: hue angle of 7.45º degrees, saturation: 0.58, 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 #C64735 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 71 53 -
CMYK 0 0.64 0.73 0.22
HSL 7.45º 0.58% 0.49% -
HSV(B) 7.45º 0.73% 0.78% -
XYZ 26.18 16.77 5.22 -
YUV 106.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 198 71 53 0 0.64 0.73 0.22 7.45 0.58 0.49
Hex C6 47 35 0 40 49 16 7 3A 31
Octal 306 107 65 0 100 111 26 7 72 61
Binary 11000110 1000111 110101 0 1000000 1001001 10110 111 111010 110001

Color Harmonies of #C64735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64735

Black with #C64735

Text Example


Text Example

White with #C64735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64735; }

 p { color: rgb(198,71,53); }

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

background-color css

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

 a { background-color: rgb(198,71,53); }

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

border-color css

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

 span { border-color: rgb(198,71,53); }

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