Shades of Brandy Punch #C97E43
Tints of Brandy Punch #C97E43
RGB
CMYK
RGB Variations
Color information
#C97E43 (or 0xC97E43) is known color: Brandy Punch. HEX triplet: C9, 7E and 43. RGB value is (201,126,67). Sum of RGB (Red+Green+Blue) = 201+126+67=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97E43 is #3681BC. Grayscale: #8E8E8E. Windows color (decimal): -3572157 or 4423369. OLE color: 4423369.
HSL color Cylindrical-coordinate representation of color #C97E43: hue angle of 26.42º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C97E43 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 67 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.21 |
| HSL | 26.42º | 0.55% | 0.53% | - |
| HSV(B) | 26.42º | 0.67% | 0.79% | - |
| XYZ | 32.56 | 27.74 | 8.95 | - |
| YUV | 141.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 67 | 0 | 0.37 | 0.67 | 0.21 | 26.42 | 0.55 | 0.53 |
| Hex | C9 | 7E | 43 | 0 | 25 | 43 | 15 | 1A | 37 | 35 |
| Octal | 311 | 176 | 103 | 0 | 45 | 103 | 25 | 32 | 67 | 65 |
| Binary | 11001001 | 1111110 | 1000011 | 0 | 100101 | 1000011 | 10101 | 11010 | 110111 | 110101 |
Color Harmonies of #C97E43
Complementary color
Monochromatic Colors of #C97E43
Black with #C97E43
Text Example
Text Example
White with #C97E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E43; }
p { color: rgb(201,126,67); }
H1.HeaderClassName
{
color: #C97E43;
}
.AnyTagClassName
{
color: #C97E43;
}
</style>
background-color css
<style>
a { background-color: #C97E43; }
a { background-color: rgb(201,126,67); }
div.DivClassName
{
background-color: #C97E43;
}
.BgClassName
{
background-color: #C97E43;
}
</style>
border-color css
<style>
span { border-color: #C97E43; }
span { border-color: rgb(201,126,67); }
td.TdClassName
{
border-color: #C97E43;
}
.TagClassName
{
border-color: #C97E43;
}
</style>