Html Css Color HEX #C0523A Grenadier

📋 copy color: '#C0523A'

red 192 ◦ green 82 ◦ blue 58

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

Shades of Grenadier #C0523A

Tints of Grenadier #C0523A

RGB

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

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

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

R = 57.83%
G = 24.7%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0523A (or 0xC0523A) is known color: Grenadier. HEX triplet: C0, 52 and 3A. RGB value is (192,82,58). Sum of RGB (Red+Green+Blue) = 192+82+58=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0523A is #3FADC5. Grayscale: #707070. Windows color (decimal): -4173254 or 3822272. OLE color: 3822272.

HSL color Cylindrical-coordinate representation of color #C0523A: hue angle of 10.75º 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 #C0523A is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 58 -
CMYK 0 0.57 0.70 0.25
HSL 10.75º 0.54% 0.49% -
HSV(B) 10.75º 0.7% 0.75% -
XYZ 25.52 17.55 6.04 -
YUV 112.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 192 82 58 0 0.57 0.70 0.25 10.75 0.54 0.49
Hex C0 52 3A 0 39 46 19 B 36 31
Octal 300 122 72 0 71 106 31 13 66 61
Binary 11000000 1010010 111010 0 111001 1000110 11001 1011 110110 110001

Color Harmonies of #C0523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0523A

Black with #C0523A

Text Example


Text Example

White with #C0523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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