Shades of Brandy Punch #C07645
Tints of Brandy Punch #C07645
RGB
CMYK
RGB Variations
Color information
#C07645 (or 0xC07645) is known color: Brandy Punch. HEX triplet: C0, 76 and 45. RGB value is (192,118,69). Sum of RGB (Red+Green+Blue) = 192+118+69=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07645 is #3F89BA. Grayscale: #868686. Windows color (decimal): -4164027 or 4552384. OLE color: 4552384.
HSL color Cylindrical-coordinate representation of color #C07645: hue angle of 23.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07645 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 69 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.25 |
| HSL | 23.9º | 0.49% | 0.51% | - |
| HSV(B) | 23.9º | 0.64% | 0.75% | - |
| XYZ | 29.29 | 24.59 | 8.83 | - |
| YUV | 134.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 69 | 0 | 0.39 | 0.64 | 0.25 | 23.9 | 0.49 | 0.51 |
| Hex | C0 | 76 | 45 | 0 | 27 | 40 | 19 | 18 | 31 | 33 |
| Octal | 300 | 166 | 105 | 0 | 47 | 100 | 31 | 30 | 61 | 63 |
| Binary | 11000000 | 1110110 | 1000101 | 0 | 100111 | 1000000 | 11001 | 11000 | 110001 | 110011 |
Color Harmonies of #C07645
Complementary color
Monochromatic Colors of #C07645
Black with #C07645
Text Example
Text Example
White with #C07645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07645; }
p { color: rgb(192,118,69); }
H1.HeaderClassName
{
color: #C07645;
}
.AnyTagClassName
{
color: #C07645;
}
</style>
background-color css
<style>
a { background-color: #C07645; }
a { background-color: rgb(192,118,69); }
div.DivClassName
{
background-color: #C07645;
}
.BgClassName
{
background-color: #C07645;
}
</style>
border-color css
<style>
span { border-color: #C07645; }
span { border-color: rgb(192,118,69); }
td.TdClassName
{
border-color: #C07645;
}
.TagClassName
{
border-color: #C07645;
}
</style>