Shades of Brandy Punch #C37B4D
Tints of Brandy Punch #C37B4D
RGB
CMYK
RGB Variations
Color information
#C37B4D (or 0xC37B4D) is known color: Brandy Punch. HEX triplet: C3, 7B and 4D. RGB value is (195,123,77). Sum of RGB (Red+Green+Blue) = 195+123+77=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B4D is #3C84B2. Grayscale: #8B8B8B. Windows color (decimal): -3966131 or 5077955. OLE color: 5077955.
HSL color Cylindrical-coordinate representation of color #C37B4D: hue angle of 23.39º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C37B4D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 77 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.24 |
| HSL | 23.39º | 0.5% | 0.53% | - |
| HSV(B) | 23.39º | 0.61% | 0.76% | - |
| XYZ | 30.93 | 26.3 | 10.47 | - |
| YUV | 139.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 77 | 0 | 0.37 | 0.61 | 0.24 | 23.39 | 0.5 | 0.53 |
| Hex | C3 | 7B | 4D | 0 | 25 | 3D | 18 | 17 | 32 | 35 |
| Octal | 303 | 173 | 115 | 0 | 45 | 75 | 30 | 27 | 62 | 65 |
| Binary | 11000011 | 1111011 | 1001101 | 0 | 100101 | 111101 | 11000 | 10111 | 110010 | 110101 |
Color Harmonies of #C37B4D
Complementary color
Monochromatic Colors of #C37B4D
Black with #C37B4D
Text Example
Text Example
White with #C37B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B4D; }
p { color: rgb(195,123,77); }
H1.HeaderClassName
{
color: #C37B4D;
}
.AnyTagClassName
{
color: #C37B4D;
}
</style>
background-color css
<style>
a { background-color: #C37B4D; }
a { background-color: rgb(195,123,77); }
div.DivClassName
{
background-color: #C37B4D;
}
.BgClassName
{
background-color: #C37B4D;
}
</style>
border-color css
<style>
span { border-color: #C37B4D; }
span { border-color: rgb(195,123,77); }
td.TdClassName
{
border-color: #C37B4D;
}
.TagClassName
{
border-color: #C37B4D;
}
</style>