#C07D45

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

Shades of Brandy Punch #C07D45

Tints of Brandy Punch #C07D45

Color information

#C07D45 (or 0xC07D45) is unknown color: approx Brandy Punch. HEX triplet: C0, 7D and 45. RGB value is (192,125,69). Sum of RGB (Red+Green+Blue) = 192+125+69=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07D45 is #3F82BA. Grayscale: #8A8A8A. Windows color (decimal): -4162235 or 4554176. OLE color: 4554176.

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

Color convert

RGB19212569-
CMYK00.350.640.25
HSL27.32º49.4%51.18%-
HSV(B)27.32º64.06%75.29%-
XYZ30.1526.39.12-
YUV138.6588.7166.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=49.74%
G=32.38%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921256900.350.640.2527.3249.451.18
HexC07D4502340191b3133
Octal30017510504310031336163
Binary1100000011111011000101010001110000001100111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D45; }

 p { color: rgb(192,125,69); }

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

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

 a { background-color: rgb(192,125,69); }

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

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

 span { border-color: rgb(192,125,69); }

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