Shades of Brandy Punch #C87D41
Tints of Brandy Punch #C87D41
RGB
CMYK
RGB Variations
Color information
#C87D41 (or 0xC87D41) is known color: Brandy Punch. HEX triplet: C8, 7D and 41. RGB value is (200,125,65). Sum of RGB (Red+Green+Blue) = 200+125+65=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D41 is #3782BE. Grayscale: #8C8C8C. Windows color (decimal): -3637951 or 4292040. OLE color: 4292040.
HSL color Cylindrical-coordinate representation of color #C87D41: hue angle of 26.67º 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 #C87D41 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 65 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.22 |
| HSL | 26.67º | 0.55% | 0.52% | - |
| HSV(B) | 26.67º | 0.68% | 0.78% | - |
| XYZ | 32.11 | 27.33 | 8.58 | - |
| YUV | 140.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 65 | 0 | 0.38 | 0.68 | 0.22 | 26.67 | 0.55 | 0.52 |
| Hex | C8 | 7D | 41 | 0 | 26 | 44 | 16 | 1B | 37 | 34 |
| Octal | 310 | 175 | 101 | 0 | 46 | 104 | 26 | 33 | 67 | 64 |
| Binary | 11001000 | 1111101 | 1000001 | 0 | 100110 | 1000100 | 10110 | 11011 | 110111 | 110100 |
Color Harmonies of #C87D41
Complementary color
Monochromatic Colors of #C87D41
Black with #C87D41
Text Example
Text Example
White with #C87D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D41; }
p { color: rgb(200,125,65); }
H1.HeaderClassName
{
color: #C87D41;
}
.AnyTagClassName
{
color: #C87D41;
}
</style>
background-color css
<style>
a { background-color: #C87D41; }
a { background-color: rgb(200,125,65); }
div.DivClassName
{
background-color: #C87D41;
}
.BgClassName
{
background-color: #C87D41;
}
</style>
border-color css
<style>
span { border-color: #C87D41; }
span { border-color: rgb(200,125,65); }
td.TdClassName
{
border-color: #C87D41;
}
.TagClassName
{
border-color: #C87D41;
}
</style>