Shades of Brandy Punch #C87A43
Tints of Brandy Punch #C87A43
RGB
CMYK
RGB Variations
Color information
#C87A43 (or 0xC87A43) is known color: Brandy Punch. HEX triplet: C8, 7A and 43. RGB value is (200,122,67). Sum of RGB (Red+Green+Blue) = 200+122+67=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A43 is #3785BC. Grayscale: #8B8B8B. Windows color (decimal): -3638717 or 4422344. OLE color: 4422344.
HSL color Cylindrical-coordinate representation of color #C87A43: hue angle of 24.81º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C87A43 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 67 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.22 |
| HSL | 24.81º | 0.55% | 0.52% | - |
| HSV(B) | 24.81º | 0.67% | 0.78% | - |
| XYZ | 31.79 | 26.6 | 8.77 | - |
| YUV | 139.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 67 | 0 | 0.39 | 0.66 | 0.22 | 24.81 | 0.55 | 0.52 |
| Hex | C8 | 7A | 43 | 0 | 27 | 42 | 16 | 19 | 37 | 34 |
| Octal | 310 | 172 | 103 | 0 | 47 | 102 | 26 | 31 | 67 | 64 |
| Binary | 11001000 | 1111010 | 1000011 | 0 | 100111 | 1000010 | 10110 | 11001 | 110111 | 110100 |
Color Harmonies of #C87A43
Complementary color
Monochromatic Colors of #C87A43
Black with #C87A43
Text Example
Text Example
White with #C87A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A43; }
p { color: rgb(200,122,67); }
H1.HeaderClassName
{
color: #C87A43;
}
.AnyTagClassName
{
color: #C87A43;
}
</style>
background-color css
<style>
a { background-color: #C87A43; }
a { background-color: rgb(200,122,67); }
div.DivClassName
{
background-color: #C87A43;
}
.BgClassName
{
background-color: #C87A43;
}
</style>
border-color css
<style>
span { border-color: #C87A43; }
span { border-color: rgb(200,122,67); }
td.TdClassName
{
border-color: #C87A43;
}
.TagClassName
{
border-color: #C87A43;
}
</style>