Html Css Color HEX #C64632 Grenadier

📋 copy color: '#C64632'

red 198 ◦ green 70 ◦ blue 50

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

Shades of Grenadier #C64632

Tints of Grenadier #C64632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 62.26%
G = 22.01%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C64632 (or 0xC64632) is known color: Grenadier. HEX triplet: C6, 46 and 32. RGB value is (198,70,50). Sum of RGB (Red+Green+Blue) = 198+70+50=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64632 is #39B9CD. Grayscale: #6A6A6A. Windows color (decimal): -3783118 or 3294918. OLE color: 3294918.

HSL color Cylindrical-coordinate representation of color #C64632: hue angle of 8.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64632 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 50 -
CMYK 0 0.65 0.75 0.22
HSL 8.11º 0.6% 0.49% -
HSV(B) 8.11º 0.75% 0.78% -
XYZ 26.05 16.62 4.85 -
YUV 105.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 198 70 50 0 0.65 0.75 0.22 8.11 0.6 0.49
Hex C6 46 32 0 41 4B 16 8 3C 31
Octal 306 106 62 0 101 113 26 10 74 61
Binary 11000110 1000110 110010 0 1000001 1001011 10110 1000 111100 110001

Color Harmonies of #C64632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64632

Black with #C64632

Text Example


Text Example

White with #C64632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64632; }

 p { color: rgb(198,70,50); }

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

background-color css

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

 a { background-color: rgb(198,70,50); }

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

border-color css

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

 span { border-color: rgb(198,70,50); }

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