#C08050

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

Shades of Brandy Punch #C08050

Tints of Brandy Punch #C08050

Color information

#C08050 (or 0xC08050) is unknown color: approx Brandy Punch. HEX triplet: C0, 80 and 50. RGB value is (192,128,80). Sum of RGB (Red+Green+Blue) = 192+128+80=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C08050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08050 is #3F7FAF. Grayscale: #8D8D8D. Windows color (decimal): -4161456 or 5275840. OLE color: 5275840.

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

Color convert

RGB19212880-
CMYK00.330.580.25
HSL25.71º47.06%53.33%-
HSV(B)25.71º58.33%75.29%-
XYZ30.9127.2211.22-
YUV141.6693.2163.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 80 (31.64% from 255) = 20%
R=48%
G=32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921288000.330.580.2525.7147.0653.33
HexC080500213A191a2f35
Octal3002001200417231325765
Binary1100000010000000101000001000011110101100111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08050; }

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

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

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

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

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

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

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

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