Shades of Brandy Punch #C87F42
Tints of Brandy Punch #C87F42
RGB
CMYK
RGB Variations
Color information
#C87F42 (or 0xC87F42) is known color: Brandy Punch. HEX triplet: C8, 7F and 42. RGB value is (200,127,66). Sum of RGB (Red+Green+Blue) = 200+127+66=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F42 is #3780BD. Grayscale: #8E8E8E. Windows color (decimal): -3637438 or 4358088. OLE color: 4358088.
HSL color Cylindrical-coordinate representation of color #C87F42: hue angle of 27.31º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C87F42 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 66 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.22 |
| HSL | 27.31º | 0.55% | 0.52% | - |
| HSV(B) | 27.31º | 0.67% | 0.78% | - |
| XYZ | 32.39 | 27.85 | 8.82 | - |
| YUV | 141.87 | 85.18 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 66 | 0 | 0.36 | 0.67 | 0.22 | 27.31 | 0.55 | 0.52 |
| Hex | C8 | 7F | 42 | 0 | 24 | 43 | 16 | 1B | 37 | 34 |
| Octal | 310 | 177 | 102 | 0 | 44 | 103 | 26 | 33 | 67 | 64 |
| Binary | 11001000 | 1111111 | 1000010 | 0 | 100100 | 1000011 | 10110 | 11011 | 110111 | 110100 |
Color Harmonies of #C87F42
Complementary color
Monochromatic Colors of #C87F42
Black with #C87F42
Text Example
Text Example
White with #C87F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F42; }
p { color: rgb(200,127,66); }
H1.HeaderClassName
{
color: #C87F42;
}
.AnyTagClassName
{
color: #C87F42;
}
</style>
background-color css
<style>
a { background-color: #C87F42; }
a { background-color: rgb(200,127,66); }
div.DivClassName
{
background-color: #C87F42;
}
.BgClassName
{
background-color: #C87F42;
}
</style>
border-color css
<style>
span { border-color: #C87F42; }
span { border-color: rgb(200,127,66); }
td.TdClassName
{
border-color: #C87F42;
}
.TagClassName
{
border-color: #C87F42;
}
</style>