Html Css Color HEX #C64536 Grenadier

📋 copy color: '#C64536'

red 198 ◦ green 69 ◦ blue 54

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

Shades of Grenadier #C64536

Tints of Grenadier #C64536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 61.68%
G = 21.5%
B = 16.82%

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

#C64536 (or 0xC64536) is known color: Grenadier. HEX triplet: C6, 45 and 36. RGB value is (198,69,54). Sum of RGB (Red+Green+Blue) = 198+69+54=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64536 is #39BAC9. Grayscale: #6A6A6A. Windows color (decimal): -3783370 or 3556806. OLE color: 3556806.

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

Color convert

RGB 198 69 54 -
CMYK 0 0.65 0.73 0.22
HSL 6.25º 0.57% 0.49% -
HSV(B) 6.25º 0.73% 0.78% -
XYZ 26.08 16.53 5.31 -
YUV 105.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 198 69 54 0 0.65 0.73 0.22 6.25 0.57 0.49
Hex C6 45 36 0 41 49 16 6 39 31
Octal 306 105 66 0 101 111 26 6 71 61
Binary 11000110 1000101 110110 0 1000001 1001001 10110 110 111001 110001

Color Harmonies of #C64536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64536

Black with #C64536

Text Example


Text Example

White with #C64536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64536; }

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

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

background-color css

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

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

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

border-color css

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

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

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