Shades of Brandy Punch #C37D4B
Tints of Brandy Punch #C37D4B
RGB
CMYK
RGB Variations
Color information
#C37D4B (or 0xC37D4B) is known color: Brandy Punch. HEX triplet: C3, 7D and 4B. RGB value is (195,125,75). Sum of RGB (Red+Green+Blue) = 195+125+75=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D4B is #3C82B4. Grayscale: #8C8C8C. Windows color (decimal): -3965621 or 4947395. OLE color: 4947395.
HSL color Cylindrical-coordinate representation of color #C37D4B: hue angle of 25º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C37D4B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 75 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.24 |
| HSL | 25º | 0.5% | 0.53% | - |
| HSV(B) | 25º | 0.62% | 0.76% | - |
| XYZ | 31.11 | 26.78 | 10.19 | - |
| YUV | 140.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 75 | 0 | 0.36 | 0.62 | 0.24 | 25 | 0.5 | 0.53 |
| Hex | C3 | 7D | 4B | 0 | 24 | 3E | 18 | 19 | 32 | 35 |
| Octal | 303 | 175 | 113 | 0 | 44 | 76 | 30 | 31 | 62 | 65 |
| Binary | 11000011 | 1111101 | 1001011 | 0 | 100100 | 111110 | 11000 | 11001 | 110010 | 110101 |
Color Harmonies of #C37D4B
Complementary color
Monochromatic Colors of #C37D4B
Black with #C37D4B
Text Example
Text Example
White with #C37D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D4B; }
p { color: rgb(195,125,75); }
H1.HeaderClassName
{
color: #C37D4B;
}
.AnyTagClassName
{
color: #C37D4B;
}
</style>
background-color css
<style>
a { background-color: #C37D4B; }
a { background-color: rgb(195,125,75); }
div.DivClassName
{
background-color: #C37D4B;
}
.BgClassName
{
background-color: #C37D4B;
}
</style>
border-color css
<style>
span { border-color: #C37D4B; }
span { border-color: rgb(195,125,75); }
td.TdClassName
{
border-color: #C37D4B;
}
.TagClassName
{
border-color: #C37D4B;
}
</style>