#C3824C

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

Shades of Brandy Punch #C3824C

Tints of Brandy Punch #C3824C

Color information

#C3824C (or 0xC3824C) is unknown color: approx Brandy Punch. HEX triplet: C3, 82 and 4C. RGB value is (195,130,76). Sum of RGB (Red+Green+Blue) = 195+130+76=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3824C is #3C7DB3. Grayscale: #8F8F8F. Windows color (decimal): -3964340 or 5014211. OLE color: 5014211.

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

Color convert

RGB19513076-
CMYK00.330.610.24
HSL27.23º49.79%53.14%-
HSV(B)27.23º61.03%76.47%-
XYZ31.7928.0910.58-
YUV143.2890.03164.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=48.63%
G=32.42%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951307600.330.610.2427.2349.7953.14
HexC3824C0213D181b3235
Octal3032021140417530336265
Binary1100001110000010100110001000011111011100011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3824C; }

 p { color: rgb(195,130,76); }

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

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

 a { background-color: rgb(195,130,76); }

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

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

 span { border-color: rgb(195,130,76); }

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