Html Css Color HEX #C0563A Grenadier

📋 copy color: '#C0563A'

red 192 ◦ green 86 ◦ blue 58

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

Shades of Grenadier #C0563A

Tints of Grenadier #C0563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 57.14%
G = 25.6%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0563A (or 0xC0563A) is known color: Grenadier. HEX triplet: C0, 56 and 3A. RGB value is (192,86,58). Sum of RGB (Red+Green+Blue) = 192+86+58=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0563A is #3FA9C5. Grayscale: #727272. Windows color (decimal): -4172230 or 3823296. OLE color: 3823296.

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

Color convert

RGB 192 86 58 -
CMYK 0 0.55 0.70 0.25
HSL 12.54º 0.54% 0.49% -
HSV(B) 12.54º 0.7% 0.75% -
XYZ 25.83 18.17 6.15 -
YUV 114.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 192 86 58 0 0.55 0.70 0.25 12.54 0.54 0.49
Hex C0 56 3A 0 37 46 19 D 36 31
Octal 300 126 72 0 67 106 31 15 66 61
Binary 11000000 1010110 111010 0 110111 1000110 11001 1101 110110 110001

Color Harmonies of #C0563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0563A

Black with #C0563A

Text Example


Text Example

White with #C0563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0563A; }

 p { color: rgb(192,86,58); }

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

background-color css

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

 a { background-color: rgb(192,86,58); }

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

border-color css

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

 span { border-color: rgb(192,86,58); }

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