#C68048

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

Shades of Brandy Punch #C68048

Tints of Brandy Punch #C68048

Color information

#C68048 (or 0xC68048) is unknown color: approx Brandy Punch. HEX triplet: C6, 80 and 48. RGB value is (198,128,72). Sum of RGB (Red+Green+Blue) = 198+128+72=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C68048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68048 is #397FB7. Grayscale: #8E8E8E. Windows color (decimal): -3768248 or 4751558. OLE color: 4751558.

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

Color convert

RGB19812872-
CMYK00.350.640.22
HSL26.67º52.5%52.94%-
HSV(B)26.67º63.64%77.65%-
XYZ32.1827.919.82-
YUV142.5588.19167.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.75%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=49.75%
G=32.16%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981287200.350.640.2226.6752.552.94
HexC6804802340161b3535
Octal30620011004310026336565
Binary11000110100000001001000010001110000001011011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68048; }

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

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

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

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

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

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

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

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