Shades of Brandy Punch #C37A38
Tints of Brandy Punch #C37A38
RGB
CMYK
RGB Variations
Color information
#C37A38 (or 0xC37A38) is known color: Brandy Punch. HEX triplet: C3, 7A and 38. RGB value is (195,122,56). Sum of RGB (Red+Green+Blue) = 195+122+56=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A38 is #3C85C7. Grayscale: #888888. Windows color (decimal): -3966408 or 3701443. OLE color: 3701443.
HSL color Cylindrical-coordinate representation of color #C37A38: hue angle of 28.49º 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 #C37A38 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 56 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.24 |
| HSL | 28.49º | 0.55% | 0.49% | - |
| HSV(B) | 28.49º | 0.71% | 0.76% | - |
| XYZ | 30.18 | 25.81 | 7.13 | - |
| YUV | 136.3 | 82.68 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 56 | 0 | 0.37 | 0.71 | 0.24 | 28.49 | 0.55 | 0.49 |
| Hex | C3 | 7A | 38 | 0 | 25 | 47 | 18 | 1C | 37 | 31 |
| Octal | 303 | 172 | 70 | 0 | 45 | 107 | 30 | 34 | 67 | 61 |
| Binary | 11000011 | 1111010 | 111000 | 0 | 100101 | 1000111 | 11000 | 11100 | 110111 | 110001 |
Color Harmonies of #C37A38
Complementary color
Monochromatic Colors of #C37A38
Black with #C37A38
Text Example
Text Example
White with #C37A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A38; }
p { color: rgb(195,122,56); }
H1.HeaderClassName
{
color: #C37A38;
}
.AnyTagClassName
{
color: #C37A38;
}
</style>
background-color css
<style>
a { background-color: #C37A38; }
a { background-color: rgb(195,122,56); }
div.DivClassName
{
background-color: #C37A38;
}
.BgClassName
{
background-color: #C37A38;
}
</style>
border-color css
<style>
span { border-color: #C37A38; }
span { border-color: rgb(195,122,56); }
td.TdClassName
{
border-color: #C37A38;
}
.TagClassName
{
border-color: #C37A38;
}
</style>