#C0843D

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

Shades of Brandy Punch #C0843D

Tints of Brandy Punch #C0843D

Color information

#C0843D (or 0xC0843D) is unknown color: approx Brandy Punch. HEX triplet: C0, 84 and 3D. RGB value is (192,132,61). Sum of RGB (Red+Green+Blue) = 192+132+61=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0843D is #3F7BC2. Grayscale: #8E8E8E. Windows color (decimal): -4160451 or 4031680. OLE color: 4031680.

HSL color Cylindrical-coordinate representation of color #C0843D: hue angle of 32.52º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0843D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19213261-
CMYK00.310.680.25
HSL32.52º51.78%49.61%-
HSV(B)32.52º68.23%75.29%-
XYZ30.8328.058.2-
YUV141.8582.38163.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=49.87%
G=34.29%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921326100.310.680.2532.5251.7849.61
HexC0843D01F4419213432
Octal3002047503710431416462
Binary1100000010000100111101011111100010011001100001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0843D; }

 p { color: rgb(192,132,61); }

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

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

 a { background-color: rgb(192,132,61); }

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

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

 span { border-color: rgb(192,132,61); }

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