Shades of Brandy Punch #C27947
Tints of Brandy Punch #C27947
RGB
CMYK
RGB Variations
Color information
#C27947 (or 0xC27947) is known color: Brandy Punch. HEX triplet: C2, 79 and 47. RGB value is (194,121,71). Sum of RGB (Red+Green+Blue) = 194+121+71=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C27947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27947 is #3D86B8. Grayscale: #898989. Windows color (decimal): -4032185 or 4684226. OLE color: 4684226.
HSL color Cylindrical-coordinate representation of color #C27947: hue angle of 24.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C27947 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 71 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.24 |
| HSL | 24.39º | 0.5% | 0.52% | - |
| HSV(B) | 24.39º | 0.63% | 0.76% | - |
| XYZ | 30.22 | 25.6 | 9.31 | - |
| YUV | 137.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 71 | 0 | 0.38 | 0.63 | 0.24 | 24.39 | 0.5 | 0.52 |
| Hex | C2 | 79 | 47 | 0 | 26 | 3F | 18 | 18 | 32 | 34 |
| Octal | 302 | 171 | 107 | 0 | 46 | 77 | 30 | 30 | 62 | 64 |
| Binary | 11000010 | 1111001 | 1000111 | 0 | 100110 | 111111 | 11000 | 11000 | 110010 | 110100 |
Color Harmonies of #C27947
Complementary color
Monochromatic Colors of #C27947
Black with #C27947
Text Example
Text Example
White with #C27947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27947; }
p { color: rgb(194,121,71); }
H1.HeaderClassName
{
color: #C27947;
}
.AnyTagClassName
{
color: #C27947;
}
</style>
background-color css
<style>
a { background-color: #C27947; }
a { background-color: rgb(194,121,71); }
div.DivClassName
{
background-color: #C27947;
}
.BgClassName
{
background-color: #C27947;
}
</style>
border-color css
<style>
span { border-color: #C27947; }
span { border-color: rgb(194,121,71); }
td.TdClassName
{
border-color: #C27947;
}
.TagClassName
{
border-color: #C27947;
}
</style>