Shades of Brandy Punch #C87C41
Tints of Brandy Punch #C87C41
RGB
CMYK
RGB Variations
Color information
#C87C41 (or 0xC87C41) is known color: Brandy Punch. HEX triplet: C8, 7C and 41. RGB value is (200,124,65). Sum of RGB (Red+Green+Blue) = 200+124+65=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C41 is #3783BE. Grayscale: #8C8C8C. Windows color (decimal): -3638207 or 4291784. OLE color: 4291784.
HSL color Cylindrical-coordinate representation of color #C87C41: hue angle of 26.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C87C41 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 65 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.22 |
| HSL | 26.22º | 0.55% | 0.52% | - |
| HSV(B) | 26.22º | 0.68% | 0.78% | - |
| XYZ | 31.98 | 27.08 | 8.54 | - |
| YUV | 140 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 65 | 0 | 0.38 | 0.68 | 0.22 | 26.22 | 0.55 | 0.52 |
| Hex | C8 | 7C | 41 | 0 | 26 | 44 | 16 | 1A | 37 | 34 |
| Octal | 310 | 174 | 101 | 0 | 46 | 104 | 26 | 32 | 67 | 64 |
| Binary | 11001000 | 1111100 | 1000001 | 0 | 100110 | 1000100 | 10110 | 11010 | 110111 | 110100 |
Color Harmonies of #C87C41
Complementary color
Monochromatic Colors of #C87C41
Black with #C87C41
Text Example
Text Example
White with #C87C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C41; }
p { color: rgb(200,124,65); }
H1.HeaderClassName
{
color: #C87C41;
}
.AnyTagClassName
{
color: #C87C41;
}
</style>
background-color css
<style>
a { background-color: #C87C41; }
a { background-color: rgb(200,124,65); }
div.DivClassName
{
background-color: #C87C41;
}
.BgClassName
{
background-color: #C87C41;
}
</style>
border-color css
<style>
span { border-color: #C87C41; }
span { border-color: rgb(200,124,65); }
td.TdClassName
{
border-color: #C87C41;
}
.TagClassName
{
border-color: #C87C41;
}
</style>