Html Css Color HEX #C0573B Grenadier

📋 copy color: '#C0573B'

red 192 ◦ green 87 ◦ blue 59

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

Shades of Grenadier #C0573B

Tints of Grenadier #C0573B

RGB

 RED value IS 192 (75.39% from 255) = 56.8%

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

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

R = 56.8%
G = 25.74%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0573B (or 0xC0573B) is known color: Grenadier. HEX triplet: C0, 57 and 3B. RGB value is (192,87,59). Sum of RGB (Red+Green+Blue) = 192+87+59=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0573B is #3FA8C4. Grayscale: #737373. Windows color (decimal): -4171973 or 3889088. OLE color: 3889088.

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

Color convert

RGB 192 87 59 -
CMYK 0 0.55 0.69 0.25
HSL 12.63º 0.53% 0.49% -
HSV(B) 12.63º 0.69% 0.75% -
XYZ 25.94 18.34 6.31 -
YUV 115.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 192 87 59 0 0.55 0.69 0.25 12.63 0.53 0.49
Hex C0 57 3B 0 37 45 19 D 35 31
Octal 300 127 73 0 67 105 31 15 65 61
Binary 11000000 1010111 111011 0 110111 1000101 11001 1101 110101 110001

Color Harmonies of #C0573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0573B

Black with #C0573B

Text Example


Text Example

White with #C0573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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