#c87a3f

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

Shades of Brandy Punch #C87A3F

Tints of Brandy Punch #C87A3F

Color information

#C87A3F (or 0xC87A3F) is unknown color: approx Brandy Punch. HEX triplet: C8, 7A and 3F. RGB value is (200,122,63). Sum of RGB (Red+Green+Blue) = 200+122+63=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A3F is #3785C0. Grayscale: #8A8A8A. Windows color (decimal): -3638721 or 4160200. OLE color: 4160200.

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

Color convert

RGB20012263-
CMYK00.390.680.22
HSL25.84º55.47%51.57%-
HSV(B)25.84º68.5%78.43%-
XYZ31.6826.568.16-
YUV138.685.34171.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 63 (25% from 255) = 16.36%
R=51.95%
G=31.69%
B=16.36%

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
Decimal2001226300.390.680.2225.8455.4751.57
HexC87A3F02744161a3734
Octal3101727704710426326764
Binary110010001111010111111010011110001001011011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87a3f; }

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

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

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

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

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

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

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

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