Shades of Brandy Punch #C67A48
Tints of Brandy Punch #C67A48
RGB
CMYK
RGB Variations
Color information
#C67A48 (or 0xC67A48) is known color: Brandy Punch. HEX triplet: C6, 7A and 48. RGB value is (198,122,72). Sum of RGB (Red+Green+Blue) = 198+122+72=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67A48 is #3985B7. Grayscale: #8B8B8B. Windows color (decimal): -3769784 or 4750022. OLE color: 4750022.
HSL color Cylindrical-coordinate representation of color #C67A48: hue angle of 23.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C67A48 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 72 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.22 |
| HSL | 23.81º | 0.53% | 0.53% | - |
| HSV(B) | 23.81º | 0.64% | 0.78% | - |
| XYZ | 31.42 | 26.39 | 9.57 | - |
| YUV | 139.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 72 | 0 | 0.38 | 0.64 | 0.22 | 23.81 | 0.53 | 0.53 |
| Hex | C6 | 7A | 48 | 0 | 26 | 40 | 16 | 18 | 34 | 35 |
| Octal | 306 | 172 | 110 | 0 | 46 | 100 | 26 | 30 | 64 | 65 |
| Binary | 11000110 | 1111010 | 1001000 | 0 | 100110 | 1000000 | 10110 | 11000 | 110100 | 110101 |
Color Harmonies of #C67A48
Complementary color
Monochromatic Colors of #C67A48
Black with #C67A48
Text Example
Text Example
White with #C67A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A48; }
p { color: rgb(198,122,72); }
H1.HeaderClassName
{
color: #C67A48;
}
.AnyTagClassName
{
color: #C67A48;
}
</style>
background-color css
<style>
a { background-color: #C67A48; }
a { background-color: rgb(198,122,72); }
div.DivClassName
{
background-color: #C67A48;
}
.BgClassName
{
background-color: #C67A48;
}
</style>
border-color css
<style>
span { border-color: #C67A48; }
span { border-color: rgb(198,122,72); }
td.TdClassName
{
border-color: #C67A48;
}
.TagClassName
{
border-color: #C67A48;
}
</style>