Shades of Brandy Punch #C2844B
Tints of Brandy Punch #C2844B
RGB
CMYK
RGB Variations
Color information
#C2844B (or 0xC2844B) is known color: Brandy Punch. HEX triplet: C2, 84 and 4B. RGB value is (194,132,75). Sum of RGB (Red+Green+Blue) = 194+132+75=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2844B is #3D7BB4. Grayscale: #909090. Windows color (decimal): -4029365 or 4949186. OLE color: 4949186.
HSL color Cylindrical-coordinate representation of color #C2844B: hue angle of 28.74º degrees, saturation: 0.49, 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 #C2844B is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 75 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.24 |
| HSL | 28.74º | 0.49% | 0.53% | - |
| HSV(B) | 28.74º | 0.61% | 0.76% | - |
| XYZ | 31.77 | 28.48 | 10.48 | - |
| YUV | 144.04 | 89.04 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 75 | 0 | 0.32 | 0.61 | 0.24 | 28.74 | 0.49 | 0.53 |
| Hex | C2 | 84 | 4B | 0 | 20 | 3D | 18 | 1D | 31 | 35 |
| Octal | 302 | 204 | 113 | 0 | 40 | 75 | 30 | 35 | 61 | 65 |
| Binary | 11000010 | 10000100 | 1001011 | 0 | 100000 | 111101 | 11000 | 11101 | 110001 | 110101 |
Color Harmonies of #C2844B
Complementary color
Monochromatic Colors of #C2844B
Black with #C2844B
Text Example
Text Example
White with #C2844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2844B; }
p { color: rgb(194,132,75); }
H1.HeaderClassName
{
color: #C2844B;
}
.AnyTagClassName
{
color: #C2844B;
}
</style>
background-color css
<style>
a { background-color: #C2844B; }
a { background-color: rgb(194,132,75); }
div.DivClassName
{
background-color: #C2844B;
}
.BgClassName
{
background-color: #C2844B;
}
</style>
border-color css
<style>
span { border-color: #C2844B; }
span { border-color: rgb(194,132,75); }
td.TdClassName
{
border-color: #C2844B;
}
.TagClassName
{
border-color: #C2844B;
}
</style>