Shades of Brandy Punch #C97C42
Tints of Brandy Punch #C97C42
RGB
CMYK
RGB Variations
Color information
#C97C42 (or 0xC97C42) is known color: Brandy Punch. HEX triplet: C9, 7C and 42. RGB value is (201,124,66). Sum of RGB (Red+Green+Blue) = 201+124+66=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C42 is #3683BD. Grayscale: #8C8C8C. Windows color (decimal): -3572670 or 4357321. OLE color: 4357321.
HSL color Cylindrical-coordinate representation of color #C97C42: hue angle of 25.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C97C42 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 66 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.21 |
| HSL | 25.78º | 0.56% | 0.52% | - |
| HSV(B) | 25.78º | 0.67% | 0.79% | - |
| XYZ | 32.28 | 27.23 | 8.71 | - |
| YUV | 140.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 66 | 0 | 0.38 | 0.67 | 0.21 | 25.78 | 0.56 | 0.52 |
| Hex | C9 | 7C | 42 | 0 | 26 | 43 | 15 | 1A | 38 | 34 |
| Octal | 311 | 174 | 102 | 0 | 46 | 103 | 25 | 32 | 70 | 64 |
| Binary | 11001001 | 1111100 | 1000010 | 0 | 100110 | 1000011 | 10101 | 11010 | 111000 | 110100 |
Color Harmonies of #C97C42
Complementary color
Monochromatic Colors of #C97C42
Black with #C97C42
Text Example
Text Example
White with #C97C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C42; }
p { color: rgb(201,124,66); }
H1.HeaderClassName
{
color: #C97C42;
}
.AnyTagClassName
{
color: #C97C42;
}
</style>
background-color css
<style>
a { background-color: #C97C42; }
a { background-color: rgb(201,124,66); }
div.DivClassName
{
background-color: #C97C42;
}
.BgClassName
{
background-color: #C97C42;
}
</style>
border-color css
<style>
span { border-color: #C97C42; }
span { border-color: rgb(201,124,66); }
td.TdClassName
{
border-color: #C97C42;
}
.TagClassName
{
border-color: #C97C42;
}
</style>