Shades of Brandy Punch #C37941
Tints of Brandy Punch #C37941
RGB
CMYK
RGB Variations
Color information
#C37941 (or 0xC37941) is known color: Brandy Punch. HEX triplet: C3, 79 and 41. RGB value is (195,121,65). Sum of RGB (Red+Green+Blue) = 195+121+65=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C37941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37941 is #3C86BE. Grayscale: #898989. Windows color (decimal): -3966655 or 4291011. OLE color: 4291011.
HSL color Cylindrical-coordinate representation of color #C37941: hue angle of 25.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C37941 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 65 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.24 |
| HSL | 25.85º | 0.52% | 0.51% | - |
| HSV(B) | 25.85º | 0.67% | 0.76% | - |
| XYZ | 30.3 | 25.66 | 8.36 | - |
| YUV | 136.74 | 87.52 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 65 | 0 | 0.38 | 0.67 | 0.24 | 25.85 | 0.52 | 0.51 |
| Hex | C3 | 79 | 41 | 0 | 26 | 43 | 18 | 1A | 34 | 33 |
| Octal | 303 | 171 | 101 | 0 | 46 | 103 | 30 | 32 | 64 | 63 |
| Binary | 11000011 | 1111001 | 1000001 | 0 | 100110 | 1000011 | 11000 | 11010 | 110100 | 110011 |
Color Harmonies of #C37941
Complementary color
Monochromatic Colors of #C37941
Black with #C37941
Text Example
Text Example
White with #C37941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37941; }
p { color: rgb(195,121,65); }
H1.HeaderClassName
{
color: #C37941;
}
.AnyTagClassName
{
color: #C37941;
}
</style>
background-color css
<style>
a { background-color: #C37941; }
a { background-color: rgb(195,121,65); }
div.DivClassName
{
background-color: #C37941;
}
.BgClassName
{
background-color: #C37941;
}
</style>
border-color css
<style>
span { border-color: #C37941; }
span { border-color: rgb(195,121,65); }
td.TdClassName
{
border-color: #C37941;
}
.TagClassName
{
border-color: #C37941;
}
</style>