Shades of Brandy Punch #C87F45
Tints of Brandy Punch #C87F45
RGB
CMYK
RGB Variations
Color information
#C87F45 (or 0xC87F45) is known color: Brandy Punch. HEX triplet: C8, 7F and 45. RGB value is (200,127,69). Sum of RGB (Red+Green+Blue) = 200+127+69=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F45 is #3780BA. Grayscale: #8E8E8E. Windows color (decimal): -3637435 or 4554696. OLE color: 4554696.
HSL color Cylindrical-coordinate representation of color #C87F45: hue angle of 26.56º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C87F45 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 69 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.22 |
| HSL | 26.56º | 0.54% | 0.53% | - |
| HSV(B) | 26.56º | 0.66% | 0.78% | - |
| XYZ | 32.48 | 27.89 | 9.3 | - |
| YUV | 142.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 69 | 0 | 0.36 | 0.66 | 0.22 | 26.56 | 0.54 | 0.53 |
| Hex | C8 | 7F | 45 | 0 | 24 | 42 | 16 | 1B | 36 | 35 |
| Octal | 310 | 177 | 105 | 0 | 44 | 102 | 26 | 33 | 66 | 65 |
| Binary | 11001000 | 1111111 | 1000101 | 0 | 100100 | 1000010 | 10110 | 11011 | 110110 | 110101 |
Color Harmonies of #C87F45
Complementary color
Monochromatic Colors of #C87F45
Black with #C87F45
Text Example
Text Example
White with #C87F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F45; }
p { color: rgb(200,127,69); }
H1.HeaderClassName
{
color: #C87F45;
}
.AnyTagClassName
{
color: #C87F45;
}
</style>
background-color css
<style>
a { background-color: #C87F45; }
a { background-color: rgb(200,127,69); }
div.DivClassName
{
background-color: #C87F45;
}
.BgClassName
{
background-color: #C87F45;
}
</style>
border-color css
<style>
span { border-color: #C87F45; }
span { border-color: rgb(200,127,69); }
td.TdClassName
{
border-color: #C87F45;
}
.TagClassName
{
border-color: #C87F45;
}
</style>