Shades of Brandy Punch #C97D3E
Tints of Brandy Punch #C97D3E
RGB
CMYK
RGB Variations
Color information
#C97D3E (or 0xC97D3E) is known color: Brandy Punch. HEX triplet: C9, 7D and 3E. RGB value is (201,125,62). Sum of RGB (Red+Green+Blue) = 201+125+62=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D3E is #3682C1. Grayscale: #8C8C8C. Windows color (decimal): -3572418 or 4095433. OLE color: 4095433.
HSL color Cylindrical-coordinate representation of color #C97D3E: hue angle of 27.19º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C97D3E is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 62 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.21 |
| HSL | 27.19º | 0.56% | 0.52% | - |
| HSV(B) | 27.19º | 0.69% | 0.79% | - |
| XYZ | 32.29 | 27.43 | 8.15 | - |
| YUV | 140.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 62 | 0 | 0.38 | 0.69 | 0.21 | 27.19 | 0.56 | 0.52 |
| Hex | C9 | 7D | 3E | 0 | 26 | 45 | 15 | 1B | 38 | 34 |
| Octal | 311 | 175 | 76 | 0 | 46 | 105 | 25 | 33 | 70 | 64 |
| Binary | 11001001 | 1111101 | 111110 | 0 | 100110 | 1000101 | 10101 | 11011 | 111000 | 110100 |
Color Harmonies of #C97D3E
Complementary color
Monochromatic Colors of #C97D3E
Black with #C97D3E
Text Example
Text Example
White with #C97D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D3E; }
p { color: rgb(201,125,62); }
H1.HeaderClassName
{
color: #C97D3E;
}
.AnyTagClassName
{
color: #C97D3E;
}
</style>
background-color css
<style>
a { background-color: #C97D3E; }
a { background-color: rgb(201,125,62); }
div.DivClassName
{
background-color: #C97D3E;
}
.BgClassName
{
background-color: #C97D3E;
}
</style>
border-color css
<style>
span { border-color: #C97D3E; }
span { border-color: rgb(201,125,62); }
td.TdClassName
{
border-color: #C97D3E;
}
.TagClassName
{
border-color: #C97D3E;
}
</style>