#C08040

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

Shades of Brandy Punch #C08040

Tints of Brandy Punch #C08040

Color information

#C08040 (or 0xC08040) is unknown color: approx Brandy Punch. HEX triplet: C0, 80 and 40. RGB value is (192,128,64). Sum of RGB (Red+Green+Blue) = 192+128+64=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C08040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08040 is #3F7FBF. Grayscale: #8C8C8C. Windows color (decimal): -4161472 or 4227264. OLE color: 4227264.

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

Color convert

RGB19212864-
CMYK00.330.670.25
HSL30º50.39%50.2%-
HSV(B)30º66.67%75.29%-
XYZ30.3827.018.46-
YUV139.8485.2165.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921286400.330.670.253050.3950.2
HexC0804002143191e3232
Octal30020010004110331366262
Binary11000000100000001000000010000110000111100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08040; }

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

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

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

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

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

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

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

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