Html Css Color HEX #C15340 Grenadier

📋 copy color: '#C15340'

red 193 ◦ green 83 ◦ blue 64

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

Shades of Grenadier #C15340

Tints of Grenadier #C15340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 56.76%
G = 24.41%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C15340 (or 0xC15340) is known color: Grenadier. HEX triplet: C1, 53 and 40. RGB value is (193,83,64). Sum of RGB (Red+Green+Blue) = 193+83+64=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C15340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15340 is #3EACBF. Grayscale: #717171. Windows color (decimal): -4107456 or 4215745. OLE color: 4215745.

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

Color convert

RGB 193 83 64 -
CMYK 0 0.57 0.67 0.24
HSL 8.84º 0.51% 0.5% -
HSV(B) 8.84º 0.67% 0.76% -
XYZ 26.01 17.89 6.93 -
YUV 113.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 193 83 64 0 0.57 0.67 0.24 8.84 0.51 0.5
Hex C1 53 40 0 39 43 18 9 33 32
Octal 301 123 100 0 71 103 30 11 63 62
Binary 11000001 1010011 1000000 0 111001 1000011 11000 1001 110011 110010

Color Harmonies of #C15340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15340

Black with #C15340

Text Example


Text Example

White with #C15340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15340; }

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

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

background-color css

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

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

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

border-color css

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

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

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