Html Css Color HEX #C45240 Grenadier

📋 copy color: '#C45240'

red 196 ◦ green 82 ◦ blue 64

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

Shades of Grenadier #C45240

Tints of Grenadier #C45240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

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

R = 57.31%
G = 23.98%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45240 (or 0xC45240) is known color: Grenadier. HEX triplet: C4, 52 and 40. RGB value is (196,82,64). Sum of RGB (Red+Green+Blue) = 196+82+64=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C45240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45240 is #3BADBF. Grayscale: #727272. Windows color (decimal): -3911104 or 4215492. OLE color: 4215492.

HSL color Cylindrical-coordinate representation of color #C45240: hue angle of 8.18º 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 #C45240 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 64 -
CMYK 0 0.58 0.67 0.23
HSL 8.18º 0.53% 0.51% -
HSV(B) 8.18º 0.67% 0.77% -
XYZ 26.71 18.14 6.94 -
YUV 114.03 99.77 186.46 -
System Red Green Blue C M Y K H S L
Decimal 196 82 64 0 0.58 0.67 0.23 8.18 0.53 0.51
Hex C4 52 40 0 3A 43 17 8 35 33
Octal 304 122 100 0 72 103 27 10 65 63
Binary 11000100 1010010 1000000 0 111010 1000011 10111 1000 110101 110011

Color Harmonies of #C45240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45240

Black with #C45240

Text Example


Text Example

White with #C45240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45240; }

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

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

background-color css

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

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

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

border-color css

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

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

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