#C07F4E

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

Shades of Brandy Punch #C07F4E

Tints of Brandy Punch #C07F4E

Color information

#C07F4E (or 0xC07F4E) is unknown color: approx Brandy Punch. HEX triplet: C0, 7F and 4E. RGB value is (192,127,78). Sum of RGB (Red+Green+Blue) = 192+127+78=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F4E is #3F80B1. Grayscale: #8D8D8D. Windows color (decimal): -4161714 or 5144512. OLE color: 5144512.

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

Color convert

RGB19212778-
CMYK00.340.590.25
HSL25.79º47.5%52.94%-
HSV(B)25.79º59.38%75.29%-
XYZ30.726.9410.79-
YUV140.8592.53164.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=48.36%
G=31.99%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921277800.340.590.2525.7947.552.94
HexC07F4E0223B191a3035
Octal3001771160427331326065
Binary110000001111111100111001000101110111100111010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F4E; }

 p { color: rgb(192,127,78); }

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

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

 a { background-color: rgb(192,127,78); }

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

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

 span { border-color: rgb(192,127,78); }

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