#C07A43

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

Shades of Brandy Punch #C07A43

Tints of Brandy Punch #C07A43

Color information

#C07A43 (or 0xC07A43) is unknown color: approx Brandy Punch. HEX triplet: C0, 7A and 43. RGB value is (192,122,67). Sum of RGB (Red+Green+Blue) = 192+122+67=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A43 is #3F85BC. Grayscale: #888888. Windows color (decimal): -4163005 or 4422336. OLE color: 4422336.

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

Color convert

RGB19212267-
CMYK00.360.650.25
HSL26.4º49.8%50.78%-
HSV(B)26.4º65.1%75.29%-
XYZ29.7125.538.67-
YUV136.6688.69167.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=50.39%
G=32.02%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921226700.360.650.2526.449.850.78
HexC07A4302441191a3233
Octal30017210304410131326263
Binary1100000011110101000011010010010000011100111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A43; }

 p { color: rgb(192,122,67); }

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

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

 a { background-color: rgb(192,122,67); }

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

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

 span { border-color: rgb(192,122,67); }

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