Shades of Brandy Punch #C97C3D
Tints of Brandy Punch #C97C3D
RGB
CMYK
RGB Variations
Color information
#C97C3D (or 0xC97C3D) is known color: Brandy Punch. HEX triplet: C9, 7C and 3D. RGB value is (201,124,61). Sum of RGB (Red+Green+Blue) = 201+124+61=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C3D is #3683C2. Grayscale: #8C8C8C. Windows color (decimal): -3572675 or 4029641. OLE color: 4029641.
HSL color Cylindrical-coordinate representation of color #C97C3D: hue angle of 27º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C97C3D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 61 | - |
| CMYK | 0 | 0.38 | 0.70 | 0.21 |
| HSL | 27º | 0.56% | 0.51% | - |
| HSV(B) | 27º | 0.7% | 0.79% | - |
| XYZ | 32.14 | 27.17 | 7.97 | - |
| YUV | 139.84 | 83.51 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 61 | 0 | 0.38 | 0.70 | 0.21 | 27 | 0.56 | 0.51 |
| Hex | C9 | 7C | 3D | 0 | 26 | 46 | 15 | 1B | 38 | 33 |
| Octal | 311 | 174 | 75 | 0 | 46 | 106 | 25 | 33 | 70 | 63 |
| Binary | 11001001 | 1111100 | 111101 | 0 | 100110 | 1000110 | 10101 | 11011 | 111000 | 110011 |
Color Harmonies of #C97C3D
Complementary color
Monochromatic Colors of #C97C3D
Black with #C97C3D
Text Example
Text Example
White with #C97C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97C3D; }
p { color: rgb(201,124,61); }
H1.HeaderClassName
{
color: #C97C3D;
}
.AnyTagClassName
{
color: #C97C3D;
}
</style>
background-color css
<style>
a { background-color: #C97C3D; }
a { background-color: rgb(201,124,61); }
div.DivClassName
{
background-color: #C97C3D;
}
.BgClassName
{
background-color: #C97C3D;
}
</style>
border-color css
<style>
span { border-color: #C97C3D; }
span { border-color: rgb(201,124,61); }
td.TdClassName
{
border-color: #C97C3D;
}
.TagClassName
{
border-color: #C97C3D;
}
</style>