Html Css Color HEX #C15236 Grenadier

📋 copy color: '#C15236'

red 193 ◦ green 82 ◦ blue 54

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

Shades of Grenadier #C15236

Tints of Grenadier #C15236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 58.66%
G = 24.92%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C15236 (or 0xC15236) is known color: Grenadier. HEX triplet: C1, 52 and 36. RGB value is (193,82,54). Sum of RGB (Red+Green+Blue) = 193+82+54=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15236 is #3EADC9. Grayscale: #707070. Windows color (decimal): -4107722 or 3560129. OLE color: 3560129.

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

Color convert

RGB 193 82 54 -
CMYK 0 0.58 0.72 0.24
HSL 12.09º 0.56% 0.48% -
HSV(B) 12.09º 0.72% 0.76% -
XYZ 25.68 17.64 5.54 -
YUV 112 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 193 82 54 0 0.58 0.72 0.24 12.09 0.56 0.48
Hex C1 52 36 0 3A 48 18 C 38 30
Octal 301 122 66 0 72 110 30 14 70 60
Binary 11000001 1010010 110110 0 111010 1001000 11000 1100 111000 110000

Color Harmonies of #C15236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15236

Black with #C15236

Text Example


Text Example

White with #C15236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15236; }

 p { color: rgb(193,82,54); }

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

background-color css

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

 a { background-color: rgb(193,82,54); }

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

border-color css

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

 span { border-color: rgb(193,82,54); }

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