#C07B41

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

Shades of Brandy Punch #C07B41

Tints of Brandy Punch #C07B41

Color information

#C07B41 (or 0xC07B41) is unknown color: approx Brandy Punch. HEX triplet: C0, 7B and 41. RGB value is (192,123,65). Sum of RGB (Red+Green+Blue) = 192+123+65=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B41 is #3F84BE. Grayscale: #898989. Windows color (decimal): -4162751 or 4291520. OLE color: 4291520.

HSL color Cylindrical-coordinate representation of color #C07B41: hue angle of 27.4º 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 #C07B41 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19212365-
CMYK00.360.660.25
HSL27.4º50.2%50.39%-
HSV(B)27.4º66.15%75.29%-
XYZ29.7825.758.4-
YUV137.0287.36167.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=50.53%
G=32.37%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921236500.360.660.2527.450.250.39
HexC07B4102442191b3232
Octal30017310104410231336262
Binary1100000011110111000001010010010000101100111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B41; }

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

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

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

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

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

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

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

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