#C07C40

Color #C07C40 Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C07C40

Tints of Brandy Punch #C07C40

Color information

#C07C40 (or 0xC07C40) is unknown color: approx Brandy Punch. HEX triplet: C0, 7C and 40. RGB value is (192,124,64). Sum of RGB (Red+Green+Blue) = 192+124+64=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C40 is #3F83BF. Grayscale: #898989. Windows color (decimal): -4162496 or 4226240. OLE color: 4226240.

HSL color Cylindrical-coordinate representation of color #C07C40: hue angle of 28.12º degrees, saturation: 0.5, 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 #C07C40 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19212464-
CMYK00.350.670.25
HSL28.12º50.39%50.2%-
HSV(B)28.12º66.67%75.29%-
XYZ29.8725.998.29-
YUV137.4986.53166.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 64 (25.39% from 255) = 16.84%
R=50.53%
G=32.63%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921246400.350.670.2528.1250.3950.2
HexC07C4002343191c3232
Octal30017410004310331346262
Binary1100000011111001000000010001110000111100111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C40; }

 p { color: rgb(192,124,64); }

 H1.HeaderClassName
 {
   color: #C07C40;
 }
 .AnyTagClassName
 {
   color: #C07C40;
 }
</style>
background-color css

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

 a { background-color: rgb(192,124,64); }

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

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

 span { border-color: rgb(192,124,64); }

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