Shades of Brandy Punch #C37745
Tints of Brandy Punch #C37745
RGB
CMYK
RGB Variations
Color information
#C37745 (or 0xC37745) is known color: Brandy Punch. HEX triplet: C3, 77 and 45. RGB value is (195,119,69). Sum of RGB (Red+Green+Blue) = 195+119+69=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37745 is #3C88BA. Grayscale: #888888. Windows color (decimal): -3967163 or 4552643. OLE color: 4552643.
HSL color Cylindrical-coordinate representation of color #C37745: hue angle of 23.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C37745 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 69 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.24 |
| HSL | 23.81º | 0.51% | 0.52% | - |
| HSV(B) | 23.81º | 0.65% | 0.76% | - |
| XYZ | 30.18 | 25.23 | 8.91 | - |
| YUV | 136.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 69 | 0 | 0.39 | 0.65 | 0.24 | 23.81 | 0.51 | 0.52 |
| Hex | C3 | 77 | 45 | 0 | 27 | 41 | 18 | 18 | 33 | 34 |
| Octal | 303 | 167 | 105 | 0 | 47 | 101 | 30 | 30 | 63 | 64 |
| Binary | 11000011 | 1110111 | 1000101 | 0 | 100111 | 1000001 | 11000 | 11000 | 110011 | 110100 |
Color Harmonies of #C37745
Complementary color
Monochromatic Colors of #C37745
Black with #C37745
Text Example
Text Example
White with #C37745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37745; }
p { color: rgb(195,119,69); }
H1.HeaderClassName
{
color: #C37745;
}
.AnyTagClassName
{
color: #C37745;
}
</style>
background-color css
<style>
a { background-color: #C37745; }
a { background-color: rgb(195,119,69); }
div.DivClassName
{
background-color: #C37745;
}
.BgClassName
{
background-color: #C37745;
}
</style>
border-color css
<style>
span { border-color: #C37745; }
span { border-color: rgb(195,119,69); }
td.TdClassName
{
border-color: #C37745;
}
.TagClassName
{
border-color: #C37745;
}
</style>