Html Css Color HEX #C15038 Grenadier

📋 copy color: '#C15038'

red 193 ◦ green 80 ◦ blue 56

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

Shades of Grenadier #C15038

Tints of Grenadier #C15038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 56 (22.27% from 255) = 17.02%

R = 58.66%
G = 24.32%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C15038 (or 0xC15038) is known color: Grenadier. HEX triplet: C1, 50 and 38. RGB value is (193,80,56). Sum of RGB (Red+Green+Blue) = 193+80+56=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15038 is #3EAFC7. Grayscale: #6F6F6F. Windows color (decimal): -4108232 or 3690689. OLE color: 3690689.

HSL color Cylindrical-coordinate representation of color #C15038: hue angle of 10.51º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C15038 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 56 -
CMYK 0 0.59 0.71 0.24
HSL 10.51º 0.55% 0.49% -
HSV(B) 10.51º 0.71% 0.76% -
XYZ 25.57 17.36 5.74 -
YUV 111.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 193 80 56 0 0.59 0.71 0.24 10.51 0.55 0.49
Hex C1 50 38 0 3B 47 18 B 37 31
Octal 301 120 70 0 73 107 30 13 67 61
Binary 11000001 1010000 111000 0 111011 1000111 11000 1011 110111 110001

Color Harmonies of #C15038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15038

Black with #C15038

Text Example


Text Example

White with #C15038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15038; }

 p { color: rgb(193,80,56); }

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

background-color css

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

 a { background-color: rgb(193,80,56); }

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

border-color css

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

 span { border-color: rgb(193,80,56); }

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