#C67D43

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

Shades of Brandy Punch #C67D43

Tints of Brandy Punch #C67D43

Color information

#C67D43 (or 0xC67D43) is unknown color: approx Brandy Punch. HEX triplet: C6, 7D and 43. RGB value is (198,125,67). Sum of RGB (Red+Green+Blue) = 198+125+67=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67D43 is #3982BC. Grayscale: #8C8C8C. Windows color (decimal): -3769021 or 4423110. OLE color: 4423110.

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

Color convert

RGB19812567-
CMYK00.370.660.22
HSL26.56º53.47%51.96%-
HSV(B)26.56º66.16%77.65%-
XYZ31.6427.088.87-
YUV140.2286.68169.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=50.77%
G=32.05%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981256700.370.660.2226.5653.4751.96
HexC67D4302542161b3534
Octal30617510304510226336564
Binary1100011011111011000011010010110000101011011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67D43; }

 p { color: rgb(198,125,67); }

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

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

 a { background-color: rgb(198,125,67); }

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

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

 span { border-color: rgb(198,125,67); }

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