#C67E48

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

Shades of Brandy Punch #C67E48

Tints of Brandy Punch #C67E48

Color information

#C67E48 (or 0xC67E48) is unknown color: approx Brandy Punch. HEX triplet: C6, 7E and 48. RGB value is (198,126,72). Sum of RGB (Red+Green+Blue) = 198+126+72=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E48 is #3981B7. Grayscale: #8D8D8D. Windows color (decimal): -3768760 or 4751046. OLE color: 4751046.

HSL color Cylindrical-coordinate representation of color #C67E48: hue angle of 25.71º 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 #C67E48 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19812672-
CMYK00.360.640.22
HSL25.71º52.5%52.94%-
HSV(B)25.71º63.64%77.65%-
XYZ31.9227.49.74-
YUV141.3788.85168.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=50%
G=31.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981267200.360.640.2225.7152.552.94
HexC67E4802440161a3535
Octal30617611004410026326565
Binary1100011011111101001000010010010000001011011010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E48; }

 p { color: rgb(198,126,72); }

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

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

 a { background-color: rgb(198,126,72); }

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

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

 span { border-color: rgb(198,126,72); }

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