Html Css Color HEX #C15140 Grenadier

📋 copy color: '#C15140'

red 193 ◦ green 81 ◦ blue 64

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

Shades of Grenadier #C15140

Tints of Grenadier #C15140

RGB

 RED value IS 193 (75.78% from 255) = 57.1%

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

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

R = 57.1%
G = 23.96%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C15140 (or 0xC15140) is known color: Grenadier. HEX triplet: C1, 51 and 40. RGB value is (193,81,64). Sum of RGB (Red+Green+Blue) = 193+81+64=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C15140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15140 is #3EAEBF. Grayscale: #707070. Windows color (decimal): -4107968 or 4215233. OLE color: 4215233.

HSL color Cylindrical-coordinate representation of color #C15140: hue angle of 7.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C15140 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 64 -
CMYK 0 0.58 0.67 0.24
HSL 7.91º 0.51% 0.5% -
HSV(B) 7.91º 0.67% 0.76% -
XYZ 25.86 17.59 6.88 -
YUV 112.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 193 81 64 0 0.58 0.67 0.24 7.91 0.51 0.5
Hex C1 51 40 0 3A 43 18 8 33 32
Octal 301 121 100 0 72 103 30 10 63 62
Binary 11000001 1010001 1000000 0 111010 1000011 11000 1000 110011 110010

Color Harmonies of #C15140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15140

Black with #C15140

Text Example


Text Example

White with #C15140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15140; }

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

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

background-color css

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

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

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

border-color css

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

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

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