#C87A41

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

Shades of Brandy Punch #C87A41

Tints of Brandy Punch #C87A41

Color information

#C87A41 (or 0xC87A41) is unknown color: approx Brandy Punch. HEX triplet: C8, 7A and 41. RGB value is (200,122,65). Sum of RGB (Red+Green+Blue) = 200+122+65=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A41 is #3785BE. Grayscale: #8B8B8B. Windows color (decimal): -3638719 or 4291272. OLE color: 4291272.

HSL color Cylindrical-coordinate representation of color #C87A41: hue angle of 25.33º 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 #C87A41 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20012265-
CMYK00.390.680.22
HSL25.33º55.1%51.96%-
HSV(B)25.33º67.5%78.43%-
XYZ31.7326.588.46-
YUV138.8286.34171.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=51.68%
G=31.52%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001226500.390.680.2225.3355.151.96
HexC87A410274416193734
Octal31017210104710426316764
Binary1100100011110101000001010011110001001011011001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A41; }

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

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

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

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

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

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

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

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