Html Css Color HEX #C2573B Grenadier

📋 copy color: '#C2573B'

red 194 ◦ green 87 ◦ blue 59

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

Shades of Grenadier #C2573B

Tints of Grenadier #C2573B

RGB

 RED value IS 194 (76.17% from 255) = 57.06%

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

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

R = 57.06%
G = 25.59%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2573B (or 0xC2573B) is known color: Grenadier. HEX triplet: C2, 57 and 3B. RGB value is (194,87,59). Sum of RGB (Red+Green+Blue) = 194+87+59=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2573B is #3DA8C4. Grayscale: #747474. Windows color (decimal): -4040901 or 3889090. OLE color: 3889090.

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

Color convert

RGB 194 87 59 -
CMYK 0 0.55 0.70 0.24
HSL 12.44º 0.53% 0.5% -
HSV(B) 12.44º 0.7% 0.76% -
XYZ 26.45 18.6 6.33 -
YUV 115.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 194 87 59 0 0.55 0.70 0.24 12.44 0.53 0.5
Hex C2 57 3B 0 37 46 18 C 35 32
Octal 302 127 73 0 67 106 30 14 65 62
Binary 11000010 1010111 111011 0 110111 1000110 11000 1100 110101 110010

Color Harmonies of #C2573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2573B

Black with #C2573B

Text Example


Text Example

White with #C2573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2573B; }

 p { color: rgb(194,87,59); }

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

background-color css

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

 a { background-color: rgb(194,87,59); }

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

border-color css

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

 span { border-color: rgb(194,87,59); }

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