Html Css Color HEX #C55140 Grenadier

📋 copy color: '#C55140'

red 197 ◦ green 81 ◦ blue 64

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

Shades of Grenadier #C55140

Tints of Grenadier #C55140

RGB

 RED value IS 197 (77.34% from 255) = 57.6%

 GREEN value IS 81 (32.03% from 255) = 23.68%

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

R = 57.6%
G = 23.68%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C55140 (or 0xC55140) is known color: Grenadier. HEX triplet: C5, 51 and 40. RGB value is (197,81,64). Sum of RGB (Red+Green+Blue) = 197+81+64=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C55140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55140 is #3AAEBF. Grayscale: #717171. Windows color (decimal): -3845824 or 4215237. OLE color: 4215237.

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

Color convert

RGB 197 81 64 -
CMYK 0 0.59 0.68 0.23
HSL 7.67º 0.53% 0.51% -
HSV(B) 7.67º 0.68% 0.77% -
XYZ 26.89 18.13 6.93 -
YUV 113.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 197 81 64 0 0.59 0.68 0.23 7.67 0.53 0.51
Hex C5 51 40 0 3B 44 17 8 35 33
Octal 305 121 100 0 73 104 27 10 65 63
Binary 11000101 1010001 1000000 0 111011 1000100 10111 1000 110101 110011

Color Harmonies of #C55140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55140

Black with #C55140

Text Example


Text Example

White with #C55140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55140; }

 p { color: rgb(197,81,64); }

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

background-color css

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

 a { background-color: rgb(197,81,64); }

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

border-color css

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

 span { border-color: rgb(197,81,64); }

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