Shades of Brandy Punch #C37F50
Tints of Brandy Punch #C37F50
RGB
CMYK
RGB Variations
Color information
#C37F50 (or 0xC37F50) is known color: Brandy Punch. HEX triplet: C3, 7F and 50. RGB value is (195,127,80). Sum of RGB (Red+Green+Blue) = 195+127+80=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F50 is #3C80AF. Grayscale: #8E8E8E. Windows color (decimal): -3965104 or 5275587. OLE color: 5275587.
HSL color Cylindrical-coordinate representation of color #C37F50: hue angle of 24.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C37F50 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 80 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.24 |
| HSL | 24.52º | 0.49% | 0.54% | - |
| HSV(B) | 24.52º | 0.59% | 0.76% | - |
| XYZ | 31.54 | 27.36 | 11.21 | - |
| YUV | 141.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 80 | 0 | 0.35 | 0.59 | 0.24 | 24.52 | 0.49 | 0.54 |
| Hex | C3 | 7F | 50 | 0 | 23 | 3B | 18 | 19 | 31 | 36 |
| Octal | 303 | 177 | 120 | 0 | 43 | 73 | 30 | 31 | 61 | 66 |
| Binary | 11000011 | 1111111 | 1010000 | 0 | 100011 | 111011 | 11000 | 11001 | 110001 | 110110 |
Color Harmonies of #C37F50
Complementary color
Monochromatic Colors of #C37F50
Black with #C37F50
Text Example
Text Example
White with #C37F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F50; }
p { color: rgb(195,127,80); }
H1.HeaderClassName
{
color: #C37F50;
}
.AnyTagClassName
{
color: #C37F50;
}
</style>
background-color css
<style>
a { background-color: #C37F50; }
a { background-color: rgb(195,127,80); }
div.DivClassName
{
background-color: #C37F50;
}
.BgClassName
{
background-color: #C37F50;
}
</style>
border-color css
<style>
span { border-color: #C37F50; }
span { border-color: rgb(195,127,80); }
td.TdClassName
{
border-color: #C37F50;
}
.TagClassName
{
border-color: #C37F50;
}
</style>