Html Css Color HEX #C1543F Grenadier

📋 copy color: '#C1543F'

red 193 ◦ green 84 ◦ blue 63

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

Shades of Grenadier #C1543F

Tints of Grenadier #C1543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 56.76%
G = 24.71%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1543F (or 0xC1543F) is known color: Grenadier. HEX triplet: C1, 54 and 3F. RGB value is (193,84,63). Sum of RGB (Red+Green+Blue) = 193+84+63=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1543F is #3EABC0. Grayscale: #727272. Windows color (decimal): -4107201 or 4150465. OLE color: 4150465.

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

Color convert

RGB 193 84 63 -
CMYK 0 0.56 0.67 0.24
HSL 9.69º 0.51% 0.5% -
HSV(B) 9.69º 0.67% 0.76% -
XYZ 26.06 18.04 6.81 -
YUV 114.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 193 84 63 0 0.56 0.67 0.24 9.69 0.51 0.5
Hex C1 54 3F 0 38 43 18 A 33 32
Octal 301 124 77 0 70 103 30 12 63 62
Binary 11000001 1010100 111111 0 111000 1000011 11000 1010 110011 110010

Color Harmonies of #C1543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1543F

Black with #C1543F

Text Example


Text Example

White with #C1543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1543F; }

 p { color: rgb(193,84,63); }

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

background-color css

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

 a { background-color: rgb(193,84,63); }

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

border-color css

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

 span { border-color: rgb(193,84,63); }

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