#C0773A

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

Shades of Brandy Punch #C0773A

Tints of Brandy Punch #C0773A

Color information

#C0773A (or 0xC0773A) is unknown color: approx Brandy Punch. HEX triplet: C0, 77 and 3A. RGB value is (192,119,58). Sum of RGB (Red+Green+Blue) = 192+119+58=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0773A is #3F88C5. Grayscale: #868686. Windows color (decimal): -4163782 or 3831744. OLE color: 3831744.

HSL color Cylindrical-coordinate representation of color #C0773A: hue angle of 27.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0773A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19211958-
CMYK00.380.700.25
HSL27.31º53.6%49.02%-
HSV(B)27.31º69.79%75.29%-
XYZ29.124.717.24-
YUV133.8785.18169.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=52.03%
G=32.25%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921195800.380.700.2527.3153.649.02
HexC0773A02646191b3631
Octal3001677204610631336661
Binary110000001110111111010010011010001101100111011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0773A; }

 p { color: rgb(192,119,58); }

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

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

 a { background-color: rgb(192,119,58); }

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

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

 span { border-color: rgb(192,119,58); }

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