#c87b42

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

Shades of Brandy Punch #C87B42

Tints of Brandy Punch #C87B42

Color information

#C87B42 (or 0xC87B42) is unknown color: approx Brandy Punch. HEX triplet: C8, 7B and 42. RGB value is (200,123,66). Sum of RGB (Red+Green+Blue) = 200+123+66=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B42 is #3784BD. Grayscale: #8B8B8B. Windows color (decimal): -3638462 or 4357064. OLE color: 4357064.

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

Color convert

RGB20012366-
CMYK00.380.670.22
HSL25.52º54.92%52.16%-
HSV(B)25.52º67%78.43%-
XYZ31.8926.848.65-
YUV139.5286.51171.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 66 (26.17% from 255) = 16.97%
R=51.41%
G=31.62%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001236600.380.670.2225.5254.9252.16
HexC87B4202643161a3734
Octal31017310204610326326764
Binary1100100011110111000010010011010000111011011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87b42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87b42; }

 p { color: rgb(200,123,66); }

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

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

 a { background-color: rgb(200,123,66); }

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

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

 span { border-color: rgb(200,123,66); }

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