Shades of Brandy Punch #C37B49
Tints of Brandy Punch #C37B49
RGB
CMYK
RGB Variations
Color information
#C37B49 (or 0xC37B49) is known color: Brandy Punch. HEX triplet: C3, 7B and 49. RGB value is (195,123,73). Sum of RGB (Red+Green+Blue) = 195+123+73=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B49 is #3C84B6. Grayscale: #8B8B8B. Windows color (decimal): -3966135 or 4815811. OLE color: 4815811.
HSL color Cylindrical-coordinate representation of color #C37B49: hue angle of 24.59º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37B49 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 73 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.24 |
| HSL | 24.59º | 0.5% | 0.53% | - |
| HSV(B) | 24.59º | 0.63% | 0.76% | - |
| XYZ | 30.79 | 26.25 | 9.75 | - |
| YUV | 138.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 73 | 0 | 0.37 | 0.63 | 0.24 | 24.59 | 0.5 | 0.53 |
| Hex | C3 | 7B | 49 | 0 | 25 | 3F | 18 | 19 | 32 | 35 |
| Octal | 303 | 173 | 111 | 0 | 45 | 77 | 30 | 31 | 62 | 65 |
| Binary | 11000011 | 1111011 | 1001001 | 0 | 100101 | 111111 | 11000 | 11001 | 110010 | 110101 |
Color Harmonies of #C37B49
Complementary color
Monochromatic Colors of #C37B49
Black with #C37B49
Text Example
Text Example
White with #C37B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B49; }
p { color: rgb(195,123,73); }
H1.HeaderClassName
{
color: #C37B49;
}
.AnyTagClassName
{
color: #C37B49;
}
</style>
background-color css
<style>
a { background-color: #C37B49; }
a { background-color: rgb(195,123,73); }
div.DivClassName
{
background-color: #C37B49;
}
.BgClassName
{
background-color: #C37B49;
}
</style>
border-color css
<style>
span { border-color: #C37B49; }
span { border-color: rgb(195,123,73); }
td.TdClassName
{
border-color: #C37B49;
}
.TagClassName
{
border-color: #C37B49;
}
</style>