Shades of Brandy Punch #C37A39
Tints of Brandy Punch #C37A39
RGB
CMYK
RGB Variations
Color information
#C37A39 (or 0xC37A39) is known color: Brandy Punch. HEX triplet: C3, 7A and 39. RGB value is (195,122,57). Sum of RGB (Red+Green+Blue) = 195+122+57=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A39 is #3C85C6. Grayscale: #888888. Windows color (decimal): -3966407 or 3766979. OLE color: 3766979.
HSL color Cylindrical-coordinate representation of color #C37A39: hue angle of 28.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C37A39 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 57 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.24 |
| HSL | 28.26º | 0.55% | 0.49% | - |
| HSV(B) | 28.26º | 0.71% | 0.76% | - |
| XYZ | 30.2 | 25.82 | 7.26 | - |
| YUV | 136.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 57 | 0 | 0.37 | 0.71 | 0.24 | 28.26 | 0.55 | 0.49 |
| Hex | C3 | 7A | 39 | 0 | 25 | 47 | 18 | 1C | 37 | 31 |
| Octal | 303 | 172 | 71 | 0 | 45 | 107 | 30 | 34 | 67 | 61 |
| Binary | 11000011 | 1111010 | 111001 | 0 | 100101 | 1000111 | 11000 | 11100 | 110111 | 110001 |
Color Harmonies of #C37A39
Complementary color
Monochromatic Colors of #C37A39
Black with #C37A39
Text Example
Text Example
White with #C37A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A39; }
p { color: rgb(195,122,57); }
H1.HeaderClassName
{
color: #C37A39;
}
.AnyTagClassName
{
color: #C37A39;
}
</style>
background-color css
<style>
a { background-color: #C37A39; }
a { background-color: rgb(195,122,57); }
div.DivClassName
{
background-color: #C37A39;
}
.BgClassName
{
background-color: #C37A39;
}
</style>
border-color css
<style>
span { border-color: #C37A39; }
span { border-color: rgb(195,122,57); }
td.TdClassName
{
border-color: #C37A39;
}
.TagClassName
{
border-color: #C37A39;
}
</style>