#C07942

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

Shades of Brandy Punch #C07942

Tints of Brandy Punch #C07942

Color information

#C07942 (or 0xC07942) is unknown color: approx Brandy Punch. HEX triplet: C0, 79 and 42. RGB value is (192,121,66). Sum of RGB (Red+Green+Blue) = 192+121+66=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07942 is #3F86BD. Grayscale: #888888. Windows color (decimal): -4163262 or 4356544. OLE color: 4356544.

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

Color convert

RGB19212166-
CMYK00.370.660.25
HSL26.19º50%50.59%-
HSV(B)26.19º65.62%75.29%-
XYZ29.5625.278.47-
YUV135.9688.52167.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=50.66%
G=31.93%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921216600.370.660.2526.195050.59
HexC0794202542191a3233
Octal30017110204510231326263
Binary1100000011110011000010010010110000101100111010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07942; }

 p { color: rgb(192,121,66); }

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

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

 a { background-color: rgb(192,121,66); }

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

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

 span { border-color: rgb(192,121,66); }

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