Shades of Brandy Punch #C07548
Tints of Brandy Punch #C07548
RGB
CMYK
RGB Variations
Color information
#C07548 (or 0xC07548) is known color: Brandy Punch. HEX triplet: C0, 75 and 48. RGB value is (192,117,72). Sum of RGB (Red+Green+Blue) = 192+117+72=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07548 is #3F8AB7. Grayscale: #868686. Windows color (decimal): -4164280 or 4748736. OLE color: 4748736.
HSL color Cylindrical-coordinate representation of color #C07548: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07548 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 72 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.25 |
| HSL | 22.5º | 0.49% | 0.52% | - |
| HSV(B) | 22.5º | 0.63% | 0.75% | - |
| XYZ | 29.27 | 24.4 | 9.3 | - |
| YUV | 134.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 72 | 0 | 0.39 | 0.63 | 0.25 | 22.5 | 0.49 | 0.52 |
| Hex | C0 | 75 | 48 | 0 | 27 | 3F | 19 | 16 | 31 | 34 |
| Octal | 300 | 165 | 110 | 0 | 47 | 77 | 31 | 26 | 61 | 64 |
| Binary | 11000000 | 1110101 | 1001000 | 0 | 100111 | 111111 | 11001 | 10110 | 110001 | 110100 |
Color Harmonies of #C07548
Complementary color
Monochromatic Colors of #C07548
Black with #C07548
Text Example
Text Example
White with #C07548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07548; }
p { color: rgb(192,117,72); }
H1.HeaderClassName
{
color: #C07548;
}
.AnyTagClassName
{
color: #C07548;
}
</style>
background-color css
<style>
a { background-color: #C07548; }
a { background-color: rgb(192,117,72); }
div.DivClassName
{
background-color: #C07548;
}
.BgClassName
{
background-color: #C07548;
}
</style>
border-color css
<style>
span { border-color: #C07548; }
span { border-color: rgb(192,117,72); }
td.TdClassName
{
border-color: #C07548;
}
.TagClassName
{
border-color: #C07548;
}
</style>