Shades of Brandy Punch #C37C42
Tints of Brandy Punch #C37C42
RGB
CMYK
RGB Variations
Color information
#C37C42 (or 0xC37C42) is known color: Brandy Punch. HEX triplet: C3, 7C and 42. RGB value is (195,124,66). Sum of RGB (Red+Green+Blue) = 195+124+66=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37C42 is #3C83BD. Grayscale: #8A8A8A. Windows color (decimal): -3965886 or 4357315. OLE color: 4357315.
HSL color Cylindrical-coordinate representation of color #C37C42: hue angle of 26.98º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C37C42 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 66 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.24 |
| HSL | 26.98º | 0.52% | 0.51% | - |
| HSV(B) | 26.98º | 0.66% | 0.76% | - |
| XYZ | 30.7 | 26.41 | 8.63 | - |
| YUV | 138.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 66 | 0 | 0.36 | 0.66 | 0.24 | 26.98 | 0.52 | 0.51 |
| Hex | C3 | 7C | 42 | 0 | 24 | 42 | 18 | 1B | 34 | 33 |
| Octal | 303 | 174 | 102 | 0 | 44 | 102 | 30 | 33 | 64 | 63 |
| Binary | 11000011 | 1111100 | 1000010 | 0 | 100100 | 1000010 | 11000 | 11011 | 110100 | 110011 |
Color Harmonies of #C37C42
Complementary color
Monochromatic Colors of #C37C42
Black with #C37C42
Text Example
Text Example
White with #C37C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C42; }
p { color: rgb(195,124,66); }
H1.HeaderClassName
{
color: #C37C42;
}
.AnyTagClassName
{
color: #C37C42;
}
</style>
background-color css
<style>
a { background-color: #C37C42; }
a { background-color: rgb(195,124,66); }
div.DivClassName
{
background-color: #C37C42;
}
.BgClassName
{
background-color: #C37C42;
}
</style>
border-color css
<style>
span { border-color: #C37C42; }
span { border-color: rgb(195,124,66); }
td.TdClassName
{
border-color: #C37C42;
}
.TagClassName
{
border-color: #C37C42;
}
</style>