#C07F41

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

Shades of Brandy Punch #C07F41

Tints of Brandy Punch #C07F41

Color information

#C07F41 (or 0xC07F41) is unknown color: approx Brandy Punch. HEX triplet: C0, 7F and 41. RGB value is (192,127,65). Sum of RGB (Red+Green+Blue) = 192+127+65=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F41 is #3F80BE. Grayscale: #8B8B8B. Windows color (decimal): -4161727 or 4292544. OLE color: 4292544.

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

Color convert

RGB19212765-
CMYK00.340.660.25
HSL29.29º50.2%50.39%-
HSV(B)29.29º66.15%75.29%-
XYZ30.2826.778.57-
YUV139.3786.03165.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=50%
G=33.07%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921276500.340.660.2529.2950.250.39
HexC07F4102242191d3232
Octal30017710104210231356262
Binary1100000011111111000001010001010000101100111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F41; }

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

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

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

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

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

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

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

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