Html Css Color HEX #C2573C Grenadier

📋 copy color: '#C2573C'

red 194 ◦ green 87 ◦ blue 60

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

Shades of Grenadier #C2573C

Tints of Grenadier #C2573C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 56.89%
G = 25.51%
B = 17.6%

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

#C2573C (or 0xC2573C) is known color: Grenadier. HEX triplet: C2, 57 and 3C. RGB value is (194,87,60). Sum of RGB (Red+Green+Blue) = 194+87+60=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2573C is #3DA8C3. Grayscale: #747474. Windows color (decimal): -4040900 or 3954626. OLE color: 3954626.

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

Color convert

RGB 194 87 60 -
CMYK 0 0.55 0.69 0.24
HSL 12.09º 0.53% 0.5% -
HSV(B) 12.09º 0.69% 0.76% -
XYZ 26.47 18.61 6.47 -
YUV 115.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 194 87 60 0 0.55 0.69 0.24 12.09 0.53 0.5
Hex C2 57 3C 0 37 45 18 C 35 32
Octal 302 127 74 0 67 105 30 14 65 62
Binary 11000010 1010111 111100 0 110111 1000101 11000 1100 110101 110010

Color Harmonies of #C2573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2573C

Black with #C2573C

Text Example


Text Example

White with #C2573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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