Shades of Brandy Punch #C37939
Tints of Brandy Punch #C37939
RGB
CMYK
RGB Variations
Color information
#C37939 (or 0xC37939) is known color: Brandy Punch. HEX triplet: C3, 79 and 39. RGB value is (195,121,57). Sum of RGB (Red+Green+Blue) = 195+121+57=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C37939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37939 is #3C86C6. Grayscale: #888888. Windows color (decimal): -3966663 or 3766723. OLE color: 3766723.
HSL color Cylindrical-coordinate representation of color #C37939: hue angle of 27.83º 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 #C37939 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 57 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.24 |
| HSL | 27.83º | 0.55% | 0.49% | - |
| HSV(B) | 27.83º | 0.71% | 0.76% | - |
| XYZ | 30.08 | 25.57 | 7.22 | - |
| YUV | 135.83 | 83.52 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 57 | 0 | 0.38 | 0.71 | 0.24 | 27.83 | 0.55 | 0.49 |
| Hex | C3 | 79 | 39 | 0 | 26 | 47 | 18 | 1C | 37 | 31 |
| Octal | 303 | 171 | 71 | 0 | 46 | 107 | 30 | 34 | 67 | 61 |
| Binary | 11000011 | 1111001 | 111001 | 0 | 100110 | 1000111 | 11000 | 11100 | 110111 | 110001 |
Color Harmonies of #C37939
Complementary color
Monochromatic Colors of #C37939
Black with #C37939
Text Example
Text Example
White with #C37939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37939; }
p { color: rgb(195,121,57); }
H1.HeaderClassName
{
color: #C37939;
}
.AnyTagClassName
{
color: #C37939;
}
</style>
background-color css
<style>
a { background-color: #C37939; }
a { background-color: rgb(195,121,57); }
div.DivClassName
{
background-color: #C37939;
}
.BgClassName
{
background-color: #C37939;
}
</style>
border-color css
<style>
span { border-color: #C37939; }
span { border-color: rgb(195,121,57); }
td.TdClassName
{
border-color: #C37939;
}
.TagClassName
{
border-color: #C37939;
}
</style>