Html Css Color HEX #C0523E Grenadier

📋 copy color: '#C0523E'

red 192 ◦ green 82 ◦ blue 62

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

Shades of Grenadier #C0523E

Tints of Grenadier #C0523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 57.14%
G = 24.4%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0523E (or 0xC0523E) is known color: Grenadier. HEX triplet: C0, 52 and 3E. RGB value is (192,82,62). Sum of RGB (Red+Green+Blue) = 192+82+62=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0523E is #3FADC1. Grayscale: #707070. Windows color (decimal): -4173250 or 4084416. OLE color: 4084416.

HSL color Cylindrical-coordinate representation of color #C0523E: hue angle of 9.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0523E is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 62 -
CMYK 0 0.57 0.68 0.25
HSL 9.23º 0.51% 0.5% -
HSV(B) 9.23º 0.68% 0.75% -
XYZ 25.63 17.59 6.6 -
YUV 112.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 192 82 62 0 0.57 0.68 0.25 9.23 0.51 0.5
Hex C0 52 3E 0 39 44 19 9 33 32
Octal 300 122 76 0 71 104 31 11 63 62
Binary 11000000 1010010 111110 0 111001 1000100 11001 1001 110011 110010

Color Harmonies of #C0523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0523E

Black with #C0523E

Text Example


Text Example

White with #C0523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0523E; }

 p { color: rgb(192,82,62); }

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

background-color css

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

 a { background-color: rgb(192,82,62); }

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

border-color css

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

 span { border-color: rgb(192,82,62); }

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