#C08248

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

Shades of Brandy Punch #C08248

Tints of Brandy Punch #C08248

Color information

#C08248 (or 0xC08248) is unknown color: approx Brandy Punch. HEX triplet: C0, 82 and 48. RGB value is (192,130,72). Sum of RGB (Red+Green+Blue) = 192+130+72=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08248 is #3F7DB7. Grayscale: #8E8E8E. Windows color (decimal): -4160952 or 4752064. OLE color: 4752064.

HSL color Cylindrical-coordinate representation of color #C08248: hue angle of 29º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C08248 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19213072-
CMYK00.320.630.25
HSL29º48.78%51.76%-
HSV(B)29º62.5%75.29%-
XYZ30.8927.649.84-
YUV141.9388.54163.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=48.73%
G=32.99%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921307200.320.630.252948.7851.76
HexC082480203F191d3134
Octal3002021100407731356164
Binary1100000010000010100100001000001111111100111101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08248; }

 p { color: rgb(192,130,72); }

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

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

 a { background-color: rgb(192,130,72); }

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

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

 span { border-color: rgb(192,130,72); }

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