#C67C3C

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

Shades of Brandy Punch #C67C3C

Tints of Brandy Punch #C67C3C

Color information

#C67C3C (or 0xC67C3C) is unknown color: approx Brandy Punch. HEX triplet: C6, 7C and 3C. RGB value is (198,124,60). Sum of RGB (Red+Green+Blue) = 198+124+60=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C3C is #3983C3. Grayscale: #8B8B8B. Windows color (decimal): -3769284 or 3964102. OLE color: 3964102.

HSL color Cylindrical-coordinate representation of color #C67C3C: hue angle of 27.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C67C3C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19812460-
CMYK00.370.700.22
HSL27.83º54.76%50.59%-
HSV(B)27.83º69.7%77.65%-
XYZ31.3126.757.79-
YUV138.8383.52170.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.83%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 60 (23.83% from 255) = 15.71%
R=51.83%
G=32.46%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981246000.370.700.2227.8354.7650.59
HexC67C3C02546161c3733
Octal3061747404510626346763
Binary110001101111100111100010010110001101011011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C3C; }

 p { color: rgb(198,124,60); }

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

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

 a { background-color: rgb(198,124,60); }

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

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

 span { border-color: rgb(198,124,60); }

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