Html Css Color HEX #C45040 Grenadier

📋 copy color: '#C45040'

red 196 ◦ green 80 ◦ blue 64

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

Shades of Grenadier #C45040

Tints of Grenadier #C45040

RGB

 RED value IS 196 (76.95% from 255) = 57.65%

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 57.65%
G = 23.53%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45040 (or 0xC45040) is known color: Grenadier. HEX triplet: C4, 50 and 40. RGB value is (196,80,64). Sum of RGB (Red+Green+Blue) = 196+80+64=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C45040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45040 is #3BAFBF. Grayscale: #717171. Windows color (decimal): -3911616 or 4214980. OLE color: 4214980.

HSL color Cylindrical-coordinate representation of color #C45040: hue angle of 7.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45040 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 64 -
CMYK 0 0.59 0.67 0.23
HSL 7.27º 0.53% 0.51% -
HSV(B) 7.27º 0.67% 0.77% -
XYZ 26.56 17.84 6.89 -
YUV 112.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 196 80 64 0 0.59 0.67 0.23 7.27 0.53 0.51
Hex C4 50 40 0 3B 43 17 7 35 33
Octal 304 120 100 0 73 103 27 7 65 63
Binary 11000100 1010000 1000000 0 111011 1000011 10111 111 110101 110011

Color Harmonies of #C45040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45040

Black with #C45040

Text Example


Text Example

White with #C45040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45040; }

 p { color: rgb(196,80,64); }

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

background-color css

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

 a { background-color: rgb(196,80,64); }

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

border-color css

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

 span { border-color: rgb(196,80,64); }

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