Shades of Brandy Punch #C07F3C
Tints of Brandy Punch #C07F3C
RGB
CMYK
RGB Variations
Color information
#C07F3C (or 0xC07F3C) is known color: Brandy Punch. HEX triplet: C0, 7F and 3C. RGB value is (192,127,60). Sum of RGB (Red+Green+Blue) = 192+127+60=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F3C is #3F80C3. Grayscale: #8B8B8B. Windows color (decimal): -4161732 or 3964864. OLE color: 3964864.
HSL color Cylindrical-coordinate representation of color #C07F3C: hue angle of 30.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C07F3C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 60 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.25 |
| HSL | 30.45º | 0.52% | 0.49% | - |
| HSV(B) | 30.45º | 0.69% | 0.75% | - |
| XYZ | 30.14 | 26.71 | 7.84 | - |
| YUV | 138.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 60 | 0 | 0.34 | 0.69 | 0.25 | 30.45 | 0.52 | 0.49 |
| Hex | C0 | 7F | 3C | 0 | 22 | 45 | 19 | 1E | 34 | 31 |
| Octal | 300 | 177 | 74 | 0 | 42 | 105 | 31 | 36 | 64 | 61 |
| Binary | 11000000 | 1111111 | 111100 | 0 | 100010 | 1000101 | 11001 | 11110 | 110100 | 110001 |
Color Harmonies of #C07F3C
Complementary color
Monochromatic Colors of #C07F3C
Black with #C07F3C
Text Example
Text Example
White with #C07F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F3C; }
p { color: rgb(192,127,60); }
H1.HeaderClassName
{
color: #C07F3C;
}
.AnyTagClassName
{
color: #C07F3C;
}
</style>
background-color css
<style>
a { background-color: #C07F3C; }
a { background-color: rgb(192,127,60); }
div.DivClassName
{
background-color: #C07F3C;
}
.BgClassName
{
background-color: #C07F3C;
}
</style>
border-color css
<style>
span { border-color: #C07F3C; }
span { border-color: rgb(192,127,60); }
td.TdClassName
{
border-color: #C07F3C;
}
.TagClassName
{
border-color: #C07F3C;
}
</style>