Html Css Color HEX #C1563B Grenadier

📋 copy color: '#C1563B'

red 193 ◦ green 86 ◦ blue 59

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

Shades of Grenadier #C1563B

Tints of Grenadier #C1563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 57.1%
G = 25.44%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1563B (or 0xC1563B) is known color: Grenadier. HEX triplet: C1, 56 and 3B. RGB value is (193,86,59). Sum of RGB (Red+Green+Blue) = 193+86+59=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1563B is #3EA9C4. Grayscale: #737373. Windows color (decimal): -4106693 or 3888833. OLE color: 3888833.

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

Color convert

RGB 193 86 59 -
CMYK 0 0.55 0.69 0.24
HSL 12.09º 0.53% 0.49% -
HSV(B) 12.09º 0.69% 0.76% -
XYZ 26.11 18.31 6.3 -
YUV 114.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 193 86 59 0 0.55 0.69 0.24 12.09 0.53 0.49
Hex C1 56 3B 0 37 45 18 C 35 31
Octal 301 126 73 0 67 105 30 14 65 61
Binary 11000001 1010110 111011 0 110111 1000101 11000 1100 110101 110001

Color Harmonies of #C1563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1563B

Black with #C1563B

Text Example


Text Example

White with #C1563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1563B; }

 p { color: rgb(193,86,59); }

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

background-color css

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

 a { background-color: rgb(193,86,59); }

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

border-color css

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

 span { border-color: rgb(193,86,59); }

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