Shades of Brandy Punch #C87F46
Tints of Brandy Punch #C87F46
RGB
CMYK
RGB Variations
Color information
#C87F46 (or 0xC87F46) is known color: Brandy Punch. HEX triplet: C8, 7F and 46. RGB value is (200,127,70). Sum of RGB (Red+Green+Blue) = 200+127+70=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F46 is #3780B9. Grayscale: #8E8E8E. Windows color (decimal): -3637434 or 4620232. OLE color: 4620232.
HSL color Cylindrical-coordinate representation of color #C87F46: hue angle of 26.31º 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 #C87F46 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 70 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.22 |
| HSL | 26.31º | 0.54% | 0.53% | - |
| HSV(B) | 26.31º | 0.65% | 0.78% | - |
| XYZ | 32.51 | 27.9 | 9.47 | - |
| YUV | 142.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 70 | 0 | 0.36 | 0.65 | 0.22 | 26.31 | 0.54 | 0.53 |
| Hex | C8 | 7F | 46 | 0 | 24 | 41 | 16 | 1A | 36 | 35 |
| Octal | 310 | 177 | 106 | 0 | 44 | 101 | 26 | 32 | 66 | 65 |
| Binary | 11001000 | 1111111 | 1000110 | 0 | 100100 | 1000001 | 10110 | 11010 | 110110 | 110101 |
Color Harmonies of #C87F46
Complementary color
Monochromatic Colors of #C87F46
Black with #C87F46
Text Example
Text Example
White with #C87F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F46; }
p { color: rgb(200,127,70); }
H1.HeaderClassName
{
color: #C87F46;
}
.AnyTagClassName
{
color: #C87F46;
}
</style>
background-color css
<style>
a { background-color: #C87F46; }
a { background-color: rgb(200,127,70); }
div.DivClassName
{
background-color: #C87F46;
}
.BgClassName
{
background-color: #C87F46;
}
</style>
border-color css
<style>
span { border-color: #C87F46; }
span { border-color: rgb(200,127,70); }
td.TdClassName
{
border-color: #C87F46;
}
.TagClassName
{
border-color: #C87F46;
}
</style>