Html Css Color HEX #C0533F Grenadier

📋 copy color: '#C0533F'

red 192 ◦ green 83 ◦ blue 63

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

Shades of Grenadier #C0533F

Tints of Grenadier #C0533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 56.8%
G = 24.56%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0533F (or 0xC0533F) is known color: Grenadier. HEX triplet: C0, 53 and 3F. RGB value is (192,83,63). Sum of RGB (Red+Green+Blue) = 192+83+63=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0533F is #3FACC0. Grayscale: #717171. Windows color (decimal): -4172993 or 4150208. OLE color: 4150208.

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

Color convert

RGB 192 83 63 -
CMYK 0 0.57 0.67 0.25
HSL 9.3º 0.51% 0.5% -
HSV(B) 9.3º 0.67% 0.75% -
XYZ 25.73 17.75 6.77 -
YUV 113.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 192 83 63 0 0.57 0.67 0.25 9.3 0.51 0.5
Hex C0 53 3F 0 39 43 19 9 33 32
Octal 300 123 77 0 71 103 31 11 63 62
Binary 11000000 1010011 111111 0 111001 1000011 11001 1001 110011 110010

Color Harmonies of #C0533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0533F

Black with #C0533F

Text Example


Text Example

White with #C0533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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