Shades of Brandy Punch #C37D4C
Tints of Brandy Punch #C37D4C
RGB
CMYK
RGB Variations
Color information
#C37D4C (or 0xC37D4C) is known color: Brandy Punch. HEX triplet: C3, 7D and 4C. RGB value is (195,125,76). Sum of RGB (Red+Green+Blue) = 195+125+76=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D4C is #3C82B3. Grayscale: #8C8C8C. Windows color (decimal): -3965620 or 5012931. OLE color: 5012931.
HSL color Cylindrical-coordinate representation of color #C37D4C: hue angle of 24.71º 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 #C37D4C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 76 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.24 |
| HSL | 24.71º | 0.5% | 0.53% | - |
| HSV(B) | 24.71º | 0.61% | 0.76% | - |
| XYZ | 31.14 | 26.79 | 10.37 | - |
| YUV | 140.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 76 | 0 | 0.36 | 0.61 | 0.24 | 24.71 | 0.5 | 0.53 |
| Hex | C3 | 7D | 4C | 0 | 24 | 3D | 18 | 19 | 32 | 35 |
| Octal | 303 | 175 | 114 | 0 | 44 | 75 | 30 | 31 | 62 | 65 |
| Binary | 11000011 | 1111101 | 1001100 | 0 | 100100 | 111101 | 11000 | 11001 | 110010 | 110101 |
Color Harmonies of #C37D4C
Complementary color
Monochromatic Colors of #C37D4C
Black with #C37D4C
Text Example
Text Example
White with #C37D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D4C; }
p { color: rgb(195,125,76); }
H1.HeaderClassName
{
color: #C37D4C;
}
.AnyTagClassName
{
color: #C37D4C;
}
</style>
background-color css
<style>
a { background-color: #C37D4C; }
a { background-color: rgb(195,125,76); }
div.DivClassName
{
background-color: #C37D4C;
}
.BgClassName
{
background-color: #C37D4C;
}
</style>
border-color css
<style>
span { border-color: #C37D4C; }
span { border-color: rgb(195,125,76); }
td.TdClassName
{
border-color: #C37D4C;
}
.TagClassName
{
border-color: #C37D4C;
}
</style>