Html Css Color HEX #C1573D Grenadier

📋 copy color: '#C1573D'

red 193 ◦ green 87 ◦ blue 61

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

Shades of Grenadier #C1573D

Tints of Grenadier #C1573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.51%

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 56.6%
G = 25.51%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1573D (or 0xC1573D) is known color: Grenadier. HEX triplet: C1, 57 and 3D. RGB value is (193,87,61). Sum of RGB (Red+Green+Blue) = 193+87+61=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1573D is #3EA8C2. Grayscale: #737373. Windows color (decimal): -4106435 or 4020161. OLE color: 4020161.

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

Color convert

RGB 193 87 61 -
CMYK 0 0.55 0.68 0.24
HSL 11.82º 0.52% 0.5% -
HSV(B) 11.82º 0.68% 0.76% -
XYZ 26.24 18.49 6.6 -
YUV 115.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 193 87 61 0 0.55 0.68 0.24 11.82 0.52 0.5
Hex C1 57 3D 0 37 44 18 C 34 32
Octal 301 127 75 0 67 104 30 14 64 62
Binary 11000001 1010111 111101 0 110111 1000100 11000 1100 110100 110010

Color Harmonies of #C1573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1573D

Black with #C1573D

Text Example


Text Example

White with #C1573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1573D; }

 p { color: rgb(193,87,61); }

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

background-color css

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

 a { background-color: rgb(193,87,61); }

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

border-color css

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

 span { border-color: rgb(193,87,61); }

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