Html Css Color HEX #C0533E Grenadier

📋 copy color: '#C0533E'

red 192 ◦ green 83 ◦ blue 62

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

Shades of Grenadier #C0533E

Tints of Grenadier #C0533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

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

R = 56.97%
G = 24.63%
B = 18.4%

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

#C0533E (or 0xC0533E) is known color: Grenadier. HEX triplet: C0, 53 and 3E. RGB value is (192,83,62). Sum of RGB (Red+Green+Blue) = 192+83+62=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0533E is #3FACC1. Grayscale: #717171. Windows color (decimal): -4172994 or 4084672. OLE color: 4084672.

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

Color convert

RGB 192 83 62 -
CMYK 0 0.57 0.68 0.25
HSL 9.69º 0.51% 0.5% -
HSV(B) 9.69º 0.68% 0.75% -
XYZ 25.7 17.74 6.63 -
YUV 113.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 192 83 62 0 0.57 0.68 0.25 9.69 0.51 0.5
Hex C0 53 3E 0 39 44 19 A 33 32
Octal 300 123 76 0 71 104 31 12 63 62
Binary 11000000 1010011 111110 0 111001 1000100 11001 1010 110011 110010

Color Harmonies of #C0533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0533E

Black with #C0533E

Text Example


Text Example

White with #C0533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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