#C67C47

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

Shades of Brandy Punch #C67C47

Tints of Brandy Punch #C67C47

Color information

#C67C47 (or 0xC67C47) is unknown color: approx Brandy Punch. HEX triplet: C6, 7C and 47. RGB value is (198,124,71). Sum of RGB (Red+Green+Blue) = 198+124+71=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C47 is #3983B8. Grayscale: #8C8C8C. Windows color (decimal): -3769273 or 4684998. OLE color: 4684998.

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

Color convert

RGB19812471-
CMYK00.370.640.22
HSL25.04º52.7%52.75%-
HSV(B)25.04º64.14%77.65%-
XYZ31.6326.889.48-
YUV140.0889.02169.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.38%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=50.38%
G=31.55%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981247100.370.640.2225.0452.752.75
HexC67C470254016193535
Octal30617410704510026316565
Binary1100011011111001000111010010110000001011011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C47; }

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

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

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

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

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

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

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

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