#C08041

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

Shades of Brandy Punch #C08041

Tints of Brandy Punch #C08041

Color information

#C08041 (or 0xC08041) is unknown color: approx Brandy Punch. HEX triplet: C0, 80 and 41. RGB value is (192,128,65). Sum of RGB (Red+Green+Blue) = 192+128+65=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08041 is #3F7FBE. Grayscale: #8C8C8C. Windows color (decimal): -4161471 or 4292800. OLE color: 4292800.

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

Color convert

RGB19212865-
CMYK00.330.660.25
HSL29.76º50.2%50.39%-
HSV(B)29.76º66.15%75.29%-
XYZ30.4127.038.61-
YUV139.9585.7165.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=49.87%
G=33.25%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921286500.330.660.2529.7650.250.39
HexC0804102142191e3232
Octal30020010104110231366262
Binary11000000100000001000001010000110000101100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08041; }

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

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

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

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

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

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

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

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