Shades of Brandy Punch #C57A44
Tints of Brandy Punch #C57A44
RGB
CMYK
RGB Variations
Color information
#C57A44 (or 0xC57A44) is known color: Brandy Punch. HEX triplet: C5, 7A and 44. RGB value is (197,122,68). Sum of RGB (Red+Green+Blue) = 197+122+68=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A44 is #3A85BB. Grayscale: #8A8A8A. Windows color (decimal): -3835324 or 4487877. OLE color: 4487877.
HSL color Cylindrical-coordinate representation of color #C57A44: hue angle of 25.12º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C57A44 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 68 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.23 |
| HSL | 25.12º | 0.53% | 0.52% | - |
| HSV(B) | 25.12º | 0.65% | 0.77% | - |
| XYZ | 31.03 | 26.21 | 8.89 | - |
| YUV | 138.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 68 | 0 | 0.38 | 0.65 | 0.23 | 25.12 | 0.53 | 0.52 |
| Hex | C5 | 7A | 44 | 0 | 26 | 41 | 17 | 19 | 35 | 34 |
| Octal | 305 | 172 | 104 | 0 | 46 | 101 | 27 | 31 | 65 | 64 |
| Binary | 11000101 | 1111010 | 1000100 | 0 | 100110 | 1000001 | 10111 | 11001 | 110101 | 110100 |
Color Harmonies of #C57A44
Complementary color
Monochromatic Colors of #C57A44
Black with #C57A44
Text Example
Text Example
White with #C57A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A44; }
p { color: rgb(197,122,68); }
H1.HeaderClassName
{
color: #C57A44;
}
.AnyTagClassName
{
color: #C57A44;
}
</style>
background-color css
<style>
a { background-color: #C57A44; }
a { background-color: rgb(197,122,68); }
div.DivClassName
{
background-color: #C57A44;
}
.BgClassName
{
background-color: #C57A44;
}
</style>
border-color css
<style>
span { border-color: #C57A44; }
span { border-color: rgb(197,122,68); }
td.TdClassName
{
border-color: #C57A44;
}
.TagClassName
{
border-color: #C57A44;
}
</style>