Shades of Brandy Punch #C87E44
Tints of Brandy Punch #C87E44
RGB
CMYK
RGB Variations
Color information
#C87E44 (or 0xC87E44) is known color: Brandy Punch. HEX triplet: C8, 7E and 44. RGB value is (200,126,68). Sum of RGB (Red+Green+Blue) = 200+126+68=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E44 is #3781BB. Grayscale: #8D8D8D. Windows color (decimal): -3637692 or 4488904. OLE color: 4488904.
HSL color Cylindrical-coordinate representation of color #C87E44: hue angle of 26.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C87E44 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 68 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.22 |
| HSL | 26.36º | 0.55% | 0.53% | - |
| HSV(B) | 26.36º | 0.66% | 0.78% | - |
| XYZ | 32.32 | 27.62 | 9.1 | - |
| YUV | 141.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 68 | 0 | 0.37 | 0.66 | 0.22 | 26.36 | 0.55 | 0.53 |
| Hex | C8 | 7E | 44 | 0 | 25 | 42 | 16 | 1A | 37 | 35 |
| Octal | 310 | 176 | 104 | 0 | 45 | 102 | 26 | 32 | 67 | 65 |
| Binary | 11001000 | 1111110 | 1000100 | 0 | 100101 | 1000010 | 10110 | 11010 | 110111 | 110101 |
Color Harmonies of #C87E44
Complementary color
Monochromatic Colors of #C87E44
Black with #C87E44
Text Example
Text Example
White with #C87E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E44; }
p { color: rgb(200,126,68); }
H1.HeaderClassName
{
color: #C87E44;
}
.AnyTagClassName
{
color: #C87E44;
}
</style>
background-color css
<style>
a { background-color: #C87E44; }
a { background-color: rgb(200,126,68); }
div.DivClassName
{
background-color: #C87E44;
}
.BgClassName
{
background-color: #C87E44;
}
</style>
border-color css
<style>
span { border-color: #C87E44; }
span { border-color: rgb(200,126,68); }
td.TdClassName
{
border-color: #C87E44;
}
.TagClassName
{
border-color: #C87E44;
}
</style>