Shades of Brandy Punch #C37B3C
Tints of Brandy Punch #C37B3C
RGB
CMYK
RGB Variations
Color information
#C37B3C (or 0xC37B3C) is known color: Brandy Punch. HEX triplet: C3, 7B and 3C. RGB value is (195,123,60). Sum of RGB (Red+Green+Blue) = 195+123+60=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B3C is #3C84C3. Grayscale: #898989. Windows color (decimal): -3966148 or 3963843. OLE color: 3963843.
HSL color Cylindrical-coordinate representation of color #C37B3C: hue angle of 28º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C37B3C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 60 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.24 |
| HSL | 28º | 0.53% | 0.5% | - |
| HSV(B) | 28º | 0.69% | 0.76% | - |
| XYZ | 30.4 | 26.09 | 7.71 | - |
| YUV | 137.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 60 | 0 | 0.37 | 0.69 | 0.24 | 28 | 0.53 | 0.5 |
| Hex | C3 | 7B | 3C | 0 | 25 | 45 | 18 | 1C | 35 | 32 |
| Octal | 303 | 173 | 74 | 0 | 45 | 105 | 30 | 34 | 65 | 62 |
| Binary | 11000011 | 1111011 | 111100 | 0 | 100101 | 1000101 | 11000 | 11100 | 110101 | 110010 |
Color Harmonies of #C37B3C
Complementary color
Monochromatic Colors of #C37B3C
Black with #C37B3C
Text Example
Text Example
White with #C37B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B3C; }
p { color: rgb(195,123,60); }
H1.HeaderClassName
{
color: #C37B3C;
}
.AnyTagClassName
{
color: #C37B3C;
}
</style>
background-color css
<style>
a { background-color: #C37B3C; }
a { background-color: rgb(195,123,60); }
div.DivClassName
{
background-color: #C37B3C;
}
.BgClassName
{
background-color: #C37B3C;
}
</style>
border-color css
<style>
span { border-color: #C37B3C; }
span { border-color: rgb(195,123,60); }
td.TdClassName
{
border-color: #C37B3C;
}
.TagClassName
{
border-color: #C37B3C;
}
</style>