Shades of Brandy Punch #C37A3C
Tints of Brandy Punch #C37A3C
RGB
CMYK
RGB Variations
Color information
#C37A3C (or 0xC37A3C) is known color: Brandy Punch. HEX triplet: C3, 7A and 3C. RGB value is (195,122,60). Sum of RGB (Red+Green+Blue) = 195+122+60=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A3C is #3C85C3. Grayscale: #898989. Windows color (decimal): -3966404 or 3963587. OLE color: 3963587.
HSL color Cylindrical-coordinate representation of color #C37A3C: hue angle of 27.56º 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 #C37A3C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 60 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.24 |
| HSL | 27.56º | 0.53% | 0.5% | - |
| HSV(B) | 27.56º | 0.69% | 0.76% | - |
| XYZ | 30.28 | 25.85 | 7.67 | - |
| YUV | 136.76 | 84.68 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 60 | 0 | 0.37 | 0.69 | 0.24 | 27.56 | 0.53 | 0.5 |
| Hex | C3 | 7A | 3C | 0 | 25 | 45 | 18 | 1C | 35 | 32 |
| Octal | 303 | 172 | 74 | 0 | 45 | 105 | 30 | 34 | 65 | 62 |
| Binary | 11000011 | 1111010 | 111100 | 0 | 100101 | 1000101 | 11000 | 11100 | 110101 | 110010 |
Color Harmonies of #C37A3C
Complementary color
Monochromatic Colors of #C37A3C
Black with #C37A3C
Text Example
Text Example
White with #C37A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A3C; }
p { color: rgb(195,122,60); }
H1.HeaderClassName
{
color: #C37A3C;
}
.AnyTagClassName
{
color: #C37A3C;
}
</style>
background-color css
<style>
a { background-color: #C37A3C; }
a { background-color: rgb(195,122,60); }
div.DivClassName
{
background-color: #C37A3C;
}
.BgClassName
{
background-color: #C37A3C;
}
</style>
border-color css
<style>
span { border-color: #C37A3C; }
span { border-color: rgb(195,122,60); }
td.TdClassName
{
border-color: #C37A3C;
}
.TagClassName
{
border-color: #C37A3C;
}
</style>