#C2833C

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

Shades of Brandy Punch #C2833C

Tints of Brandy Punch #C2833C

Color information

#C2833C (or 0xC2833C) is unknown color: approx Brandy Punch. HEX triplet: C2, 83 and 3C. RGB value is (194,131,60). Sum of RGB (Red+Green+Blue) = 194+131+60=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2833C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2833C is #3D7CC3. Grayscale: #8E8E8E. Windows color (decimal): -4029636 or 3965890. OLE color: 3965890.

HSL color Cylindrical-coordinate representation of color #C2833C: hue angle of 31.79º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2833C is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19413160-
CMYK00.320.690.24
HSL31.79º52.76%49.8%-
HSV(B)31.79º69.07%76.08%-
XYZ31.1828.038.04-
YUV141.7481.87165.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=50.39%
G=34.03%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941316000.320.690.2431.7952.7649.8
HexC2833C0204518203532
Octal3022037404010530406562
Binary11000010100000111111000100000100010111000100000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2833C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2833C; }

 p { color: rgb(194,131,60); }

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

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

 a { background-color: rgb(194,131,60); }

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

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

 span { border-color: rgb(194,131,60); }

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