Shades of Brandy Punch #C37B42
Tints of Brandy Punch #C37B42
RGB
CMYK
RGB Variations
Color information
#C37B42 (or 0xC37B42) is known color: Brandy Punch. HEX triplet: C3, 7B and 42. RGB value is (195,123,66). Sum of RGB (Red+Green+Blue) = 195+123+66=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B42 is #3C84BD. Grayscale: #8A8A8A. Windows color (decimal): -3966142 or 4357059. OLE color: 4357059.
HSL color Cylindrical-coordinate representation of color #C37B42: hue angle of 26.51º 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 #C37B42 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 66 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.24 |
| HSL | 26.51º | 0.52% | 0.51% | - |
| HSV(B) | 26.51º | 0.66% | 0.76% | - |
| XYZ | 30.57 | 26.16 | 8.59 | - |
| YUV | 138.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 66 | 0 | 0.37 | 0.66 | 0.24 | 26.51 | 0.52 | 0.51 |
| Hex | C3 | 7B | 42 | 0 | 25 | 42 | 18 | 1B | 34 | 33 |
| Octal | 303 | 173 | 102 | 0 | 45 | 102 | 30 | 33 | 64 | 63 |
| Binary | 11000011 | 1111011 | 1000010 | 0 | 100101 | 1000010 | 11000 | 11011 | 110100 | 110011 |
Color Harmonies of #C37B42
Complementary color
Monochromatic Colors of #C37B42
Black with #C37B42
Text Example
Text Example
White with #C37B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B42; }
p { color: rgb(195,123,66); }
H1.HeaderClassName
{
color: #C37B42;
}
.AnyTagClassName
{
color: #C37B42;
}
</style>
background-color css
<style>
a { background-color: #C37B42; }
a { background-color: rgb(195,123,66); }
div.DivClassName
{
background-color: #C37B42;
}
.BgClassName
{
background-color: #C37B42;
}
</style>
border-color css
<style>
span { border-color: #C37B42; }
span { border-color: rgb(195,123,66); }
td.TdClassName
{
border-color: #C37B42;
}
.TagClassName
{
border-color: #C37B42;
}
</style>