#C07F48

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

Shades of Brandy Punch #C07F48

Tints of Brandy Punch #C07F48

Color information

#C07F48 (or 0xC07F48) is unknown color: approx Brandy Punch. HEX triplet: C0, 7F and 48. RGB value is (192,127,72). Sum of RGB (Red+Green+Blue) = 192+127+72=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F48 is #3F80B7. Grayscale: #8C8C8C. Windows color (decimal): -4161720 or 4751296. OLE color: 4751296.

HSL color Cylindrical-coordinate representation of color #C07F48: hue angle of 27.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07F48 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19212772-
CMYK00.340.630.25
HSL27.5º48.78%51.76%-
HSV(B)27.5º62.5%75.29%-
XYZ30.526.859.71-
YUV140.1689.53164.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=49.10%
G=32.48%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921277200.340.630.2527.548.7851.76
HexC07F480223F191c3134
Octal3001771100427731346164
Binary110000001111111100100001000101111111100111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F48; }

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

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

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

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

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

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

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

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