Shades of Brandy Punch #C87C3D
Tints of Brandy Punch #C87C3D
RGB
CMYK
RGB Variations
Color information
#C87C3D (or 0xC87C3D) is known color: Brandy Punch. HEX triplet: C8, 7C and 3D. RGB value is (200,124,61). Sum of RGB (Red+Green+Blue) = 200+124+61=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C3D is #3783C2. Grayscale: #8B8B8B. Windows color (decimal): -3638211 or 4029640. OLE color: 4029640.
HSL color Cylindrical-coordinate representation of color #C87C3D: hue angle of 27.19º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C87C3D is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 61 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.22 |
| HSL | 27.19º | 0.56% | 0.51% | - |
| HSV(B) | 27.19º | 0.7% | 0.78% | - |
| XYZ | 31.87 | 27.03 | 7.95 | - |
| YUV | 139.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 61 | 0 | 0.38 | 0.69 | 0.22 | 27.19 | 0.56 | 0.51 |
| Hex | C8 | 7C | 3D | 0 | 26 | 45 | 16 | 1B | 38 | 33 |
| Octal | 310 | 174 | 75 | 0 | 46 | 105 | 26 | 33 | 70 | 63 |
| Binary | 11001000 | 1111100 | 111101 | 0 | 100110 | 1000101 | 10110 | 11011 | 111000 | 110011 |
Color Harmonies of #C87C3D
Complementary color
Monochromatic Colors of #C87C3D
Black with #C87C3D
Text Example
Text Example
White with #C87C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C3D; }
p { color: rgb(200,124,61); }
H1.HeaderClassName
{
color: #C87C3D;
}
.AnyTagClassName
{
color: #C87C3D;
}
</style>
background-color css
<style>
a { background-color: #C87C3D; }
a { background-color: rgb(200,124,61); }
div.DivClassName
{
background-color: #C87C3D;
}
.BgClassName
{
background-color: #C87C3D;
}
</style>
border-color css
<style>
span { border-color: #C87C3D; }
span { border-color: rgb(200,124,61); }
td.TdClassName
{
border-color: #C87C3D;
}
.TagClassName
{
border-color: #C87C3D;
}
</style>