Shades of Brandy Punch #C57F3C
Tints of Brandy Punch #C57F3C
RGB
CMYK
RGB Variations
Color information
#C57F3C (or 0xC57F3C) is known color: Brandy Punch. HEX triplet: C5, 7F and 3C. RGB value is (197,127,60). Sum of RGB (Red+Green+Blue) = 197+127+60=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F3C is #3A80C3. Grayscale: #8C8C8C. Windows color (decimal): -3834052 or 3964869. OLE color: 3964869.
HSL color Cylindrical-coordinate representation of color #C57F3C: hue angle of 29.34º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C57F3C is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 60 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.23 |
| HSL | 29.34º | 0.54% | 0.5% | - |
| HSV(B) | 29.34º | 0.7% | 0.77% | - |
| XYZ | 31.43 | 27.38 | 7.9 | - |
| YUV | 140.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 60 | 0 | 0.36 | 0.70 | 0.23 | 29.34 | 0.54 | 0.5 |
| Hex | C5 | 7F | 3C | 0 | 24 | 46 | 17 | 1D | 36 | 32 |
| Octal | 305 | 177 | 74 | 0 | 44 | 106 | 27 | 35 | 66 | 62 |
| Binary | 11000101 | 1111111 | 111100 | 0 | 100100 | 1000110 | 10111 | 11101 | 110110 | 110010 |
Color Harmonies of #C57F3C
Complementary color
Monochromatic Colors of #C57F3C
Black with #C57F3C
Text Example
Text Example
White with #C57F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F3C; }
p { color: rgb(197,127,60); }
H1.HeaderClassName
{
color: #C57F3C;
}
.AnyTagClassName
{
color: #C57F3C;
}
</style>
background-color css
<style>
a { background-color: #C57F3C; }
a { background-color: rgb(197,127,60); }
div.DivClassName
{
background-color: #C57F3C;
}
.BgClassName
{
background-color: #C57F3C;
}
</style>
border-color css
<style>
span { border-color: #C57F3C; }
span { border-color: rgb(197,127,60); }
td.TdClassName
{
border-color: #C57F3C;
}
.TagClassName
{
border-color: #C57F3C;
}
</style>