#C07E4A

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

Shades of Brandy Punch #C07E4A

Tints of Brandy Punch #C07E4A

Color information

#C07E4A (or 0xC07E4A) is unknown color: approx Brandy Punch. HEX triplet: C0, 7E and 4A. RGB value is (192,126,74). Sum of RGB (Red+Green+Blue) = 192+126+74=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E4A is #3F81B5. Grayscale: #8C8C8C. Windows color (decimal): -4161974 or 4882112. OLE color: 4882112.

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

Color convert

RGB19212674-
CMYK00.340.610.25
HSL26.44º48.36%52.16%-
HSV(B)26.44º61.46%75.29%-
XYZ30.4426.6210.01-
YUV139.8190.87165.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=48.98%
G=32.14%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921267400.340.610.2526.4448.3652.16
HexC07E4A0223D191a3034
Octal3001761120427531326064
Binary110000001111110100101001000101111011100111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07E4A; }

 p { color: rgb(192,126,74); }

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

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

 a { background-color: rgb(192,126,74); }

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

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

 span { border-color: rgb(192,126,74); }

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