Shades of Brandy Punch #C37C3D
Tints of Brandy Punch #C37C3D
RGB
CMYK
RGB Variations
Color information
#C37C3D (or 0xC37C3D) is known color: Brandy Punch. HEX triplet: C3, 7C and 3D. RGB value is (195,124,61). Sum of RGB (Red+Green+Blue) = 195+124+61=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C3D is #3C83C2. Grayscale: #8A8A8A. Windows color (decimal): -3965891 or 4029635. OLE color: 4029635.
HSL color Cylindrical-coordinate representation of color #C37C3D: hue angle of 28.21º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C37C3D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 61 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.24 |
| HSL | 28.21º | 0.53% | 0.5% | - |
| HSV(B) | 28.21º | 0.69% | 0.76% | - |
| XYZ | 30.56 | 26.35 | 7.89 | - |
| YUV | 138.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 61 | 0 | 0.36 | 0.69 | 0.24 | 28.21 | 0.53 | 0.5 |
| Hex | C3 | 7C | 3D | 0 | 24 | 45 | 18 | 1C | 35 | 32 |
| Octal | 303 | 174 | 75 | 0 | 44 | 105 | 30 | 34 | 65 | 62 |
| Binary | 11000011 | 1111100 | 111101 | 0 | 100100 | 1000101 | 11000 | 11100 | 110101 | 110010 |
Color Harmonies of #C37C3D
Complementary color
Monochromatic Colors of #C37C3D
Black with #C37C3D
Text Example
Text Example
White with #C37C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C3D; }
p { color: rgb(195,124,61); }
H1.HeaderClassName
{
color: #C37C3D;
}
.AnyTagClassName
{
color: #C37C3D;
}
</style>
background-color css
<style>
a { background-color: #C37C3D; }
a { background-color: rgb(195,124,61); }
div.DivClassName
{
background-color: #C37C3D;
}
.BgClassName
{
background-color: #C37C3D;
}
</style>
border-color css
<style>
span { border-color: #C37C3D; }
span { border-color: rgb(195,124,61); }
td.TdClassName
{
border-color: #C37C3D;
}
.TagClassName
{
border-color: #C37C3D;
}
</style>