Shades of Brandy Punch #C57B3E
Tints of Brandy Punch #C57B3E
RGB
CMYK
RGB Variations
Color information
#C57B3E (or 0xC57B3E) is known color: Brandy Punch. HEX triplet: C5, 7B and 3E. RGB value is (197,123,62). Sum of RGB (Red+Green+Blue) = 197+123+62=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B3E is #3A84C1. Grayscale: #8A8A8A. Windows color (decimal): -3835074 or 4094917. OLE color: 4094917.
HSL color Cylindrical-coordinate representation of color #C57B3E: hue angle of 27.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C57B3E is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 62 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.23 |
| HSL | 27.11º | 0.54% | 0.51% | - |
| HSV(B) | 27.11º | 0.69% | 0.77% | - |
| XYZ | 30.98 | 26.38 | 8.02 | - |
| YUV | 138.17 | 85.02 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 62 | 0 | 0.38 | 0.69 | 0.23 | 27.11 | 0.54 | 0.51 |
| Hex | C5 | 7B | 3E | 0 | 26 | 45 | 17 | 1B | 36 | 33 |
| Octal | 305 | 173 | 76 | 0 | 46 | 105 | 27 | 33 | 66 | 63 |
| Binary | 11000101 | 1111011 | 111110 | 0 | 100110 | 1000101 | 10111 | 11011 | 110110 | 110011 |
Color Harmonies of #C57B3E
Complementary color
Monochromatic Colors of #C57B3E
Black with #C57B3E
Text Example
Text Example
White with #C57B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B3E; }
p { color: rgb(197,123,62); }
H1.HeaderClassName
{
color: #C57B3E;
}
.AnyTagClassName
{
color: #C57B3E;
}
</style>
background-color css
<style>
a { background-color: #C57B3E; }
a { background-color: rgb(197,123,62); }
div.DivClassName
{
background-color: #C57B3E;
}
.BgClassName
{
background-color: #C57B3E;
}
</style>
border-color css
<style>
span { border-color: #C57B3E; }
span { border-color: rgb(197,123,62); }
td.TdClassName
{
border-color: #C57B3E;
}
.TagClassName
{
border-color: #C57B3E;
}
</style>