Html Css Color HEX #C64734 Grenadier

📋 copy color: '#C64734'

red 198 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #C64734

Tints of Grenadier #C64734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 61.68%
G = 22.12%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C64734 (or 0xC64734) is known color: Grenadier. HEX triplet: C6, 47 and 34. RGB value is (198,71,52). Sum of RGB (Red+Green+Blue) = 198+71+52=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64734 is #39B8CB. Grayscale: #6B6B6B. Windows color (decimal): -3782860 or 3426246. OLE color: 3426246.

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

Color convert

RGB 198 71 52 -
CMYK 0 0.64 0.74 0.22
HSL 7.81º 0.58% 0.49% -
HSV(B) 7.81º 0.74% 0.78% -
XYZ 26.16 16.76 5.1 -
YUV 106.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 198 71 52 0 0.64 0.74 0.22 7.81 0.58 0.49
Hex C6 47 34 0 40 4A 16 8 3A 31
Octal 306 107 64 0 100 112 26 10 72 61
Binary 11000110 1000111 110100 0 1000000 1001010 10110 1000 111010 110001

Color Harmonies of #C64734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64734

Black with #C64734

Text Example


Text Example

White with #C64734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64734; }

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

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

background-color css

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

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

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

border-color css

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

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

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