Shades of Brandy Punch #C87B43
Tints of Brandy Punch #C87B43
RGB
CMYK
RGB Variations
Color information
#C87B43 (or 0xC87B43) is known color: Brandy Punch. HEX triplet: C8, 7B and 43. RGB value is (200,123,67). Sum of RGB (Red+Green+Blue) = 200+123+67=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B43 is #3784BC. Grayscale: #8B8B8B. Windows color (decimal): -3638461 or 4422600. OLE color: 4422600.
HSL color Cylindrical-coordinate representation of color #C87B43: hue angle of 25.26º 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 #C87B43 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 67 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.22 |
| HSL | 25.26º | 0.55% | 0.52% | - |
| HSV(B) | 25.26º | 0.67% | 0.78% | - |
| XYZ | 31.92 | 26.85 | 8.81 | - |
| YUV | 139.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 67 | 0 | 0.38 | 0.66 | 0.22 | 25.26 | 0.55 | 0.52 |
| Hex | C8 | 7B | 43 | 0 | 26 | 42 | 16 | 19 | 37 | 34 |
| Octal | 310 | 173 | 103 | 0 | 46 | 102 | 26 | 31 | 67 | 64 |
| Binary | 11001000 | 1111011 | 1000011 | 0 | 100110 | 1000010 | 10110 | 11001 | 110111 | 110100 |
Color Harmonies of #C87B43
Complementary color
Monochromatic Colors of #C87B43
Black with #C87B43
Text Example
Text Example
White with #C87B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B43; }
p { color: rgb(200,123,67); }
H1.HeaderClassName
{
color: #C87B43;
}
.AnyTagClassName
{
color: #C87B43;
}
</style>
background-color css
<style>
a { background-color: #C87B43; }
a { background-color: rgb(200,123,67); }
div.DivClassName
{
background-color: #C87B43;
}
.BgClassName
{
background-color: #C87B43;
}
</style>
border-color css
<style>
span { border-color: #C87B43; }
span { border-color: rgb(200,123,67); }
td.TdClassName
{
border-color: #C87B43;
}
.TagClassName
{
border-color: #C87B43;
}
</style>