Shades of Brandy Punch #C97A41
Tints of Brandy Punch #C97A41
RGB
CMYK
RGB Variations
Color information
#C97A41 (or 0xC97A41) is known color: Brandy Punch. HEX triplet: C9, 7A and 41. RGB value is (201,122,65). Sum of RGB (Red+Green+Blue) = 201+122+65=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A41 is #3685BE. Grayscale: #8B8B8B. Windows color (decimal): -3573183 or 4291273. OLE color: 4291273.
HSL color Cylindrical-coordinate representation of color #C97A41: hue angle of 25.15º 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 #C97A41 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 65 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.21 |
| HSL | 25.15º | 0.56% | 0.52% | - |
| HSV(B) | 25.15º | 0.68% | 0.79% | - |
| XYZ | 32 | 26.72 | 8.47 | - |
| YUV | 139.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 65 | 0 | 0.39 | 0.68 | 0.21 | 25.15 | 0.56 | 0.52 |
| Hex | C9 | 7A | 41 | 0 | 27 | 44 | 15 | 19 | 38 | 34 |
| Octal | 311 | 172 | 101 | 0 | 47 | 104 | 25 | 31 | 70 | 64 |
| Binary | 11001001 | 1111010 | 1000001 | 0 | 100111 | 1000100 | 10101 | 11001 | 111000 | 110100 |
Color Harmonies of #C97A41
Complementary color
Monochromatic Colors of #C97A41
Black with #C97A41
Text Example
Text Example
White with #C97A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A41; }
p { color: rgb(201,122,65); }
H1.HeaderClassName
{
color: #C97A41;
}
.AnyTagClassName
{
color: #C97A41;
}
</style>
background-color css
<style>
a { background-color: #C97A41; }
a { background-color: rgb(201,122,65); }
div.DivClassName
{
background-color: #C97A41;
}
.BgClassName
{
background-color: #C97A41;
}
</style>
border-color css
<style>
span { border-color: #C97A41; }
span { border-color: rgb(201,122,65); }
td.TdClassName
{
border-color: #C97A41;
}
.TagClassName
{
border-color: #C97A41;
}
</style>