#C0834C

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

Shades of Brandy Punch #C0834C

Tints of Brandy Punch #C0834C

Color information

#C0834C (or 0xC0834C) is unknown color: approx Brandy Punch. HEX triplet: C0, 83 and 4C. RGB value is (192,131,76). Sum of RGB (Red+Green+Blue) = 192+131+76=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0834C is #3F7CB3. Grayscale: #8F8F8F. Windows color (decimal): -4160692 or 5014464. OLE color: 5014464.

HSL color Cylindrical-coordinate representation of color #C0834C: hue angle of 28.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0834C is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19213176-
CMYK00.320.600.25
HSL28.45º47.93%52.55%-
HSV(B)28.45º60.42%75.29%-
XYZ31.1627.9610.59-
YUV142.9790.21162.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=48.12%
G=32.83%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921317600.320.600.2528.4547.9352.55
HexC0834C0203C191c3035
Octal3002031140407431346065
Binary1100000010000011100110001000001111001100111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0834C; }

 p { color: rgb(192,131,76); }

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

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

 a { background-color: rgb(192,131,76); }

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

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

 span { border-color: rgb(192,131,76); }

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