Shades of Brandy Punch #C97D42
Tints of Brandy Punch #C97D42
RGB
CMYK
RGB Variations
Color information
#C97D42 (or 0xC97D42) is known color: Brandy Punch. HEX triplet: C9, 7D and 42. RGB value is (201,125,66). Sum of RGB (Red+Green+Blue) = 201+125+66=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D42 is #3682BD. Grayscale: #8D8D8D. Windows color (decimal): -3572414 or 4357577. OLE color: 4357577.
HSL color Cylindrical-coordinate representation of color #C97D42: hue angle of 26.22º 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 #C97D42 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 66 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.21 |
| HSL | 26.22º | 0.56% | 0.52% | - |
| HSV(B) | 26.22º | 0.67% | 0.79% | - |
| XYZ | 32.4 | 27.48 | 8.75 | - |
| YUV | 141 | 85.68 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 66 | 0 | 0.38 | 0.67 | 0.21 | 26.22 | 0.56 | 0.52 |
| Hex | C9 | 7D | 42 | 0 | 26 | 43 | 15 | 1A | 38 | 34 |
| Octal | 311 | 175 | 102 | 0 | 46 | 103 | 25 | 32 | 70 | 64 |
| Binary | 11001001 | 1111101 | 1000010 | 0 | 100110 | 1000011 | 10101 | 11010 | 111000 | 110100 |
Color Harmonies of #C97D42
Complementary color
Monochromatic Colors of #C97D42
Black with #C97D42
Text Example
Text Example
White with #C97D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D42; }
p { color: rgb(201,125,66); }
H1.HeaderClassName
{
color: #C97D42;
}
.AnyTagClassName
{
color: #C97D42;
}
</style>
background-color css
<style>
a { background-color: #C97D42; }
a { background-color: rgb(201,125,66); }
div.DivClassName
{
background-color: #C97D42;
}
.BgClassName
{
background-color: #C97D42;
}
</style>
border-color css
<style>
span { border-color: #C97D42; }
span { border-color: rgb(201,125,66); }
td.TdClassName
{
border-color: #C97D42;
}
.TagClassName
{
border-color: #C97D42;
}
</style>