Html Css Color HEX #C64935 Grenadier

📋 copy color: '#C64935'

red 198 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #C64935

Tints of Grenadier #C64935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 61.11%
G = 22.53%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C64935 (or 0xC64935) is known color: Grenadier. HEX triplet: C6, 49 and 35. RGB value is (198,73,53). Sum of RGB (Red+Green+Blue) = 198+73+53=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C64935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64935 is #39B6CA. Grayscale: #6C6C6C. Windows color (decimal): -3782347 or 3492294. OLE color: 3492294.

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

Color convert

RGB 198 73 53 -
CMYK 0 0.63 0.73 0.22
HSL 8.28º 0.58% 0.49% -
HSV(B) 8.28º 0.73% 0.78% -
XYZ 26.31 17.03 5.27 -
YUV 108.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 198 73 53 0 0.63 0.73 0.22 8.28 0.58 0.49
Hex C6 49 35 0 3F 49 16 8 3A 31
Octal 306 111 65 0 77 111 26 10 72 61
Binary 11000110 1001001 110101 0 111111 1001001 10110 1000 111010 110001

Color Harmonies of #C64935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64935

Black with #C64935

Text Example


Text Example

White with #C64935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64935; }

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

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

background-color css

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

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

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

border-color css

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

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

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