Shades of Brandy Punch #C37741
Tints of Brandy Punch #C37741
RGB
CMYK
RGB Variations
Color information
#C37741 (or 0xC37741) is known color: Brandy Punch. HEX triplet: C3, 77 and 41. RGB value is (195,119,65). Sum of RGB (Red+Green+Blue) = 195+119+65=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37741 is #3C88BE. Grayscale: #878787. Windows color (decimal): -3967167 or 4290499. OLE color: 4290499.
HSL color Cylindrical-coordinate representation of color #C37741: hue angle of 24.92º 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 #C37741 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 65 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.24 |
| HSL | 24.92º | 0.52% | 0.51% | - |
| HSV(B) | 24.92º | 0.67% | 0.76% | - |
| XYZ | 30.06 | 25.18 | 8.28 | - |
| YUV | 135.57 | 88.18 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 65 | 0 | 0.39 | 0.67 | 0.24 | 24.92 | 0.52 | 0.51 |
| Hex | C3 | 77 | 41 | 0 | 27 | 43 | 18 | 19 | 34 | 33 |
| Octal | 303 | 167 | 101 | 0 | 47 | 103 | 30 | 31 | 64 | 63 |
| Binary | 11000011 | 1110111 | 1000001 | 0 | 100111 | 1000011 | 11000 | 11001 | 110100 | 110011 |
Color Harmonies of #C37741
Complementary color
Monochromatic Colors of #C37741
Black with #C37741
Text Example
Text Example
White with #C37741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37741; }
p { color: rgb(195,119,65); }
H1.HeaderClassName
{
color: #C37741;
}
.AnyTagClassName
{
color: #C37741;
}
</style>
background-color css
<style>
a { background-color: #C37741; }
a { background-color: rgb(195,119,65); }
div.DivClassName
{
background-color: #C37741;
}
.BgClassName
{
background-color: #C37741;
}
</style>
border-color css
<style>
span { border-color: #C37741; }
span { border-color: rgb(195,119,65); }
td.TdClassName
{
border-color: #C37741;
}
.TagClassName
{
border-color: #C37741;
}
</style>