Shades of Brandy Punch #C27C40
Tints of Brandy Punch #C27C40
RGB
CMYK
RGB Variations
Color information
#C27C40 (or 0xC27C40) is known color: Brandy Punch. HEX triplet: C2, 7C and 40. RGB value is (194,124,64). Sum of RGB (Red+Green+Blue) = 194+124+64=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C40 is #3D83BF. Grayscale: #8A8A8A. Windows color (decimal): -4031424 or 4226242. OLE color: 4226242.
HSL color Cylindrical-coordinate representation of color #C27C40: hue angle of 27.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C27C40 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 64 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.24 |
| HSL | 27.69º | 0.52% | 0.51% | - |
| HSV(B) | 27.69º | 0.67% | 0.76% | - |
| XYZ | 30.38 | 26.25 | 8.32 | - |
| YUV | 138.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 64 | 0 | 0.36 | 0.67 | 0.24 | 27.69 | 0.52 | 0.51 |
| Hex | C2 | 7C | 40 | 0 | 24 | 43 | 18 | 1C | 34 | 33 |
| Octal | 302 | 174 | 100 | 0 | 44 | 103 | 30 | 34 | 64 | 63 |
| Binary | 11000010 | 1111100 | 1000000 | 0 | 100100 | 1000011 | 11000 | 11100 | 110100 | 110011 |
Color Harmonies of #C27C40
Complementary color
Monochromatic Colors of #C27C40
Black with #C27C40
Text Example
Text Example
White with #C27C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C40; }
p { color: rgb(194,124,64); }
H1.HeaderClassName
{
color: #C27C40;
}
.AnyTagClassName
{
color: #C27C40;
}
</style>
background-color css
<style>
a { background-color: #C27C40; }
a { background-color: rgb(194,124,64); }
div.DivClassName
{
background-color: #C27C40;
}
.BgClassName
{
background-color: #C27C40;
}
</style>
border-color css
<style>
span { border-color: #C27C40; }
span { border-color: rgb(194,124,64); }
td.TdClassName
{
border-color: #C27C40;
}
.TagClassName
{
border-color: #C27C40;
}
</style>