Shades of Brandy Punch #C27D4E
Tints of Brandy Punch #C27D4E
RGB
CMYK
RGB Variations
Color information
#C27D4E (or 0xC27D4E) is known color: Brandy Punch. HEX triplet: C2, 7D and 4E. RGB value is (194,125,78). Sum of RGB (Red+Green+Blue) = 194+125+78=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D4E is #3D82B1. Grayscale: #8C8C8C. Windows color (decimal): -4031154 or 5144002. OLE color: 5144002.
HSL color Cylindrical-coordinate representation of color #C27D4E: hue angle of 24.31º 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 #C27D4E is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 78 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.24 |
| HSL | 24.31º | 0.49% | 0.53% | - |
| HSV(B) | 24.31º | 0.6% | 0.76% | - |
| XYZ | 30.96 | 26.69 | 10.73 | - |
| YUV | 140.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 78 | 0 | 0.36 | 0.60 | 0.24 | 24.31 | 0.49 | 0.53 |
| Hex | C2 | 7D | 4E | 0 | 24 | 3C | 18 | 18 | 31 | 35 |
| Octal | 302 | 175 | 116 | 0 | 44 | 74 | 30 | 30 | 61 | 65 |
| Binary | 11000010 | 1111101 | 1001110 | 0 | 100100 | 111100 | 11000 | 11000 | 110001 | 110101 |
Color Harmonies of #C27D4E
Complementary color
Monochromatic Colors of #C27D4E
Black with #C27D4E
Text Example
Text Example
White with #C27D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D4E; }
p { color: rgb(194,125,78); }
H1.HeaderClassName
{
color: #C27D4E;
}
.AnyTagClassName
{
color: #C27D4E;
}
</style>
background-color css
<style>
a { background-color: #C27D4E; }
a { background-color: rgb(194,125,78); }
div.DivClassName
{
background-color: #C27D4E;
}
.BgClassName
{
background-color: #C27D4E;
}
</style>
border-color css
<style>
span { border-color: #C27D4E; }
span { border-color: rgb(194,125,78); }
td.TdClassName
{
border-color: #C27D4E;
}
.TagClassName
{
border-color: #C27D4E;
}
</style>