Shades of Brandy Punch #C27644
Tints of Brandy Punch #C27644
RGB
CMYK
RGB Variations
Color information
#C27644 (or 0xC27644) is known color: Brandy Punch. HEX triplet: C2, 76 and 44. RGB value is (194,118,68). Sum of RGB (Red+Green+Blue) = 194+118+68=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27644 is #3D89BB. Grayscale: #878787. Windows color (decimal): -4032956 or 4486850. OLE color: 4486850.
HSL color Cylindrical-coordinate representation of color #C27644: hue angle of 23.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C27644 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 68 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.24 |
| HSL | 23.81º | 0.51% | 0.51% | - |
| HSV(B) | 23.81º | 0.65% | 0.76% | - |
| XYZ | 29.77 | 24.84 | 8.7 | - |
| YUV | 135.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 68 | 0 | 0.39 | 0.65 | 0.24 | 23.81 | 0.51 | 0.51 |
| Hex | C2 | 76 | 44 | 0 | 27 | 41 | 18 | 18 | 33 | 33 |
| Octal | 302 | 166 | 104 | 0 | 47 | 101 | 30 | 30 | 63 | 63 |
| Binary | 11000010 | 1110110 | 1000100 | 0 | 100111 | 1000001 | 11000 | 11000 | 110011 | 110011 |
Color Harmonies of #C27644
Complementary color
Monochromatic Colors of #C27644
Black with #C27644
Text Example
Text Example
White with #C27644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27644; }
p { color: rgb(194,118,68); }
H1.HeaderClassName
{
color: #C27644;
}
.AnyTagClassName
{
color: #C27644;
}
</style>
background-color css
<style>
a { background-color: #C27644; }
a { background-color: rgb(194,118,68); }
div.DivClassName
{
background-color: #C27644;
}
.BgClassName
{
background-color: #C27644;
}
</style>
border-color css
<style>
span { border-color: #C27644; }
span { border-color: rgb(194,118,68); }
td.TdClassName
{
border-color: #C27644;
}
.TagClassName
{
border-color: #C27644;
}
</style>