#C87C41

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

Shades of Brandy Punch #C87C41

Tints of Brandy Punch #C87C41

Color information

#C87C41 (or 0xC87C41) is unknown color: approx Brandy Punch. HEX triplet: C8, 7C and 41. RGB value is (200,124,65). Sum of RGB (Red+Green+Blue) = 200+124+65=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C41 is #3783BE. Grayscale: #8C8C8C. Windows color (decimal): -3638207 or 4291784. OLE color: 4291784.

HSL color Cylindrical-coordinate representation of color #C87C41: hue angle of 26.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C87C41 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20012465-
CMYK00.380.680.22
HSL26.22º55.1%51.96%-
HSV(B)26.22º67.5%78.43%-
XYZ31.9827.088.54-
YUV14085.68170.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=51.41%
G=31.88%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001246500.380.680.2226.2255.151.96
HexC87C4102644161a3734
Octal31017410104610426326764
Binary1100100011111001000001010011010001001011011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87C41; }

 p { color: rgb(200,124,65); }

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

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

 a { background-color: rgb(200,124,65); }

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

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

 span { border-color: rgb(200,124,65); }

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