Shades of Brandy Punch #C97C40
Tints of Brandy Punch #C97C40
RGB
CMYK
RGB Variations
Color information
#C97C40 (or 0xC97C40) is known color: Brandy Punch. HEX triplet: C9, 7C and 40. RGB value is (201,124,64). Sum of RGB (Red+Green+Blue) = 201+124+64=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C40 is #3683BF. Grayscale: #8C8C8C. Windows color (decimal): -3572672 or 4226249. OLE color: 4226249.
HSL color Cylindrical-coordinate representation of color #C97C40: hue angle of 26.28º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C97C40 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 64 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.21 |
| HSL | 26.28º | 0.56% | 0.52% | - |
| HSV(B) | 26.28º | 0.68% | 0.79% | - |
| XYZ | 32.22 | 27.2 | 8.4 | - |
| YUV | 140.18 | 85.01 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 64 | 0 | 0.38 | 0.68 | 0.21 | 26.28 | 0.56 | 0.52 |
| Hex | C9 | 7C | 40 | 0 | 26 | 44 | 15 | 1A | 38 | 34 |
| Octal | 311 | 174 | 100 | 0 | 46 | 104 | 25 | 32 | 70 | 64 |
| Binary | 11001001 | 1111100 | 1000000 | 0 | 100110 | 1000100 | 10101 | 11010 | 111000 | 110100 |
Color Harmonies of #C97C40
Complementary color
Monochromatic Colors of #C97C40
Black with #C97C40
Text Example
Text Example
White with #C97C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C40; }
p { color: rgb(201,124,64); }
H1.HeaderClassName
{
color: #C97C40;
}
.AnyTagClassName
{
color: #C97C40;
}
</style>
background-color css
<style>
a { background-color: #C97C40; }
a { background-color: rgb(201,124,64); }
div.DivClassName
{
background-color: #C97C40;
}
.BgClassName
{
background-color: #C97C40;
}
</style>
border-color css
<style>
span { border-color: #C97C40; }
span { border-color: rgb(201,124,64); }
td.TdClassName
{
border-color: #C97C40;
}
.TagClassName
{
border-color: #C97C40;
}
</style>