Shades of Brandy Punch #C2814D
Tints of Brandy Punch #C2814D
RGB
CMYK
RGB Variations
Color information
#C2814D (or 0xC2814D) is known color: Brandy Punch. HEX triplet: C2, 81 and 4D. RGB value is (194,129,77). Sum of RGB (Red+Green+Blue) = 194+129+77=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2814D is #3D7EB2. Grayscale: #8E8E8E. Windows color (decimal): -4030131 or 5079490. OLE color: 5079490.
HSL color Cylindrical-coordinate representation of color #C2814D: hue angle of 26.67º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2814D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 77 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.24 |
| HSL | 26.67º | 0.49% | 0.53% | - |
| HSV(B) | 26.67º | 0.6% | 0.76% | - |
| XYZ | 31.44 | 27.71 | 10.71 | - |
| YUV | 142.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 77 | 0 | 0.34 | 0.60 | 0.24 | 26.67 | 0.49 | 0.53 |
| Hex | C2 | 81 | 4D | 0 | 22 | 3C | 18 | 1B | 31 | 35 |
| Octal | 302 | 201 | 115 | 0 | 42 | 74 | 30 | 33 | 61 | 65 |
| Binary | 11000010 | 10000001 | 1001101 | 0 | 100010 | 111100 | 11000 | 11011 | 110001 | 110101 |
Color Harmonies of #C2814D
Complementary color
Monochromatic Colors of #C2814D
Black with #C2814D
Text Example
Text Example
White with #C2814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2814D; }
p { color: rgb(194,129,77); }
H1.HeaderClassName
{
color: #C2814D;
}
.AnyTagClassName
{
color: #C2814D;
}
</style>
background-color css
<style>
a { background-color: #C2814D; }
a { background-color: rgb(194,129,77); }
div.DivClassName
{
background-color: #C2814D;
}
.BgClassName
{
background-color: #C2814D;
}
</style>
border-color css
<style>
span { border-color: #C2814D; }
span { border-color: rgb(194,129,77); }
td.TdClassName
{
border-color: #C2814D;
}
.TagClassName
{
border-color: #C2814D;
}
</style>