#C87D3F

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

Shades of Brandy Punch #C87D3F

Tints of Brandy Punch #C87D3F

Color information

#C87D3F (or 0xC87D3F) is unknown color: approx Brandy Punch. HEX triplet: C8, 7D and 3F. RGB value is (200,125,63). Sum of RGB (Red+Green+Blue) = 200+125+63=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D3F is #3782C0. Grayscale: #8C8C8C. Windows color (decimal): -3637953 or 4160968. OLE color: 4160968.

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

Color convert

RGB20012563-
CMYK00.380.680.22
HSL27.15º55.47%51.57%-
HSV(B)27.15º68.5%78.43%-
XYZ32.0527.318.28-
YUV140.3684.35170.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 63 (25% from 255) = 16.24%
R=51.55%
G=32.22%
B=16.24%

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
Decimal2001256300.380.680.2227.1555.4751.57
HexC87D3F02644161b3734
Octal3101757704610426336764
Binary110010001111101111111010011010001001011011011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D3F; }

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

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

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

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

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

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

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

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