Html Css Color HEX #C1553D Grenadier

📋 copy color: '#C1553D'

red 193 ◦ green 85 ◦ blue 61

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

Shades of Grenadier #C1553D

Tints of Grenadier #C1553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

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

R = 56.93%
G = 25.07%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1553D (or 0xC1553D) is known color: Grenadier. HEX triplet: C1, 55 and 3D. RGB value is (193,85,61). Sum of RGB (Red+Green+Blue) = 193+85+61=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1553D is #3EAAC2. Grayscale: #727272. Windows color (decimal): -4106947 or 4019649. OLE color: 4019649.

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

Color convert

RGB 193 85 61 -
CMYK 0 0.56 0.68 0.24
HSL 10.91º 0.52% 0.5% -
HSV(B) 10.91º 0.68% 0.76% -
XYZ 26.08 18.17 6.55 -
YUV 114.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 193 85 61 0 0.56 0.68 0.24 10.91 0.52 0.5
Hex C1 55 3D 0 38 44 18 B 34 32
Octal 301 125 75 0 70 104 30 13 64 62
Binary 11000001 1010101 111101 0 111000 1000100 11000 1011 110100 110010

Color Harmonies of #C1553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1553D

Black with #C1553D

Text Example


Text Example

White with #C1553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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