#C68149

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

Shades of Brandy Punch #C68149

Tints of Brandy Punch #C68149

Color information

#C68149 (or 0xC68149) is unknown color: approx Brandy Punch. HEX triplet: C6, 81 and 49. RGB value is (198,129,73). Sum of RGB (Red+Green+Blue) = 198+129+73=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C68149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68149 is #397EB6. Grayscale: #8F8F8F. Windows color (decimal): -3767991 or 4817350. OLE color: 4817350.

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

Color convert

RGB19812973-
CMYK00.350.630.22
HSL26.88º52.3%53.14%-
HSV(B)26.88º63.13%77.65%-
XYZ32.3428.1910.04-
YUV143.2588.36167.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=49.5%
G=32.25%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981297300.350.630.2226.8852.353.14
HexC681490233F161b3435
Octal3062011110437726336465
Binary1100011010000001100100101000111111111011011011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68149; }

 p { color: rgb(198,129,73); }

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

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

 a { background-color: rgb(198,129,73); }

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

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

 span { border-color: rgb(198,129,73); }

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