Shades of Brandy Punch #C2814A
Tints of Brandy Punch #C2814A
RGB
CMYK
RGB Variations
Color information
#C2814A (or 0xC2814A) is known color: Brandy Punch. HEX triplet: C2, 81 and 4A. RGB value is (194,129,74). Sum of RGB (Red+Green+Blue) = 194+129+74=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2814A is #3D7EB5. Grayscale: #8E8E8E. Windows color (decimal): -4030134 or 4882882. OLE color: 4882882.
HSL color Cylindrical-coordinate representation of color #C2814A: hue angle of 27.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2814A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 74 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.24 |
| HSL | 27.5º | 0.5% | 0.53% | - |
| HSV(B) | 27.5º | 0.62% | 0.76% | - |
| XYZ | 31.33 | 27.66 | 10.17 | - |
| YUV | 142.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 74 | 0 | 0.34 | 0.62 | 0.24 | 27.5 | 0.5 | 0.53 |
| Hex | C2 | 81 | 4A | 0 | 22 | 3E | 18 | 1C | 32 | 35 |
| Octal | 302 | 201 | 112 | 0 | 42 | 76 | 30 | 34 | 62 | 65 |
| Binary | 11000010 | 10000001 | 1001010 | 0 | 100010 | 111110 | 11000 | 11100 | 110010 | 110101 |
Color Harmonies of #C2814A
Complementary color
Monochromatic Colors of #C2814A
Black with #C2814A
Text Example
Text Example
White with #C2814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2814A; }
p { color: rgb(194,129,74); }
H1.HeaderClassName
{
color: #C2814A;
}
.AnyTagClassName
{
color: #C2814A;
}
</style>
background-color css
<style>
a { background-color: #C2814A; }
a { background-color: rgb(194,129,74); }
div.DivClassName
{
background-color: #C2814A;
}
.BgClassName
{
background-color: #C2814A;
}
</style>
border-color css
<style>
span { border-color: #C2814A; }
span { border-color: rgb(194,129,74); }
td.TdClassName
{
border-color: #C2814A;
}
.TagClassName
{
border-color: #C2814A;
}
</style>