Html Css Color HEX #C64835 Grenadier

📋 copy color: '#C64835'

red 198 ◦ green 72 ◦ blue 53

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

Shades of Grenadier #C64835

Tints of Grenadier #C64835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

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

R = 61.3%
G = 22.29%
B = 16.41%

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

#C64835 (or 0xC64835) is known color: Grenadier. HEX triplet: C6, 48 and 35. RGB value is (198,72,53). Sum of RGB (Red+Green+Blue) = 198+72+53=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C64835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64835 is #39B7CA. Grayscale: #6B6B6B. Windows color (decimal): -3782603 or 3492038. OLE color: 3492038.

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

Color convert

RGB 198 72 53 -
CMYK 0 0.64 0.73 0.22
HSL 7.86º 0.58% 0.49% -
HSV(B) 7.86º 0.73% 0.78% -
XYZ 26.25 16.9 5.25 -
YUV 107.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 198 72 53 0 0.64 0.73 0.22 7.86 0.58 0.49
Hex C6 48 35 0 40 49 16 8 3A 31
Octal 306 110 65 0 100 111 26 10 72 61
Binary 11000110 1001000 110101 0 1000000 1001001 10110 1000 111010 110001

Color Harmonies of #C64835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64835

Black with #C64835

Text Example


Text Example

White with #C64835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64835; }

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

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

background-color css

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

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

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

border-color css

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

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

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