Shades of Brandy Punch #C17B4F
Tints of Brandy Punch #C17B4F
RGB
CMYK
RGB Variations
Color information
#C17B4F (or 0xC17B4F) is known color: Brandy Punch. HEX triplet: C1, 7B and 4F. RGB value is (193,123,79). Sum of RGB (Red+Green+Blue) = 193+123+79=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B4F is #3E84B0. Grayscale: #8B8B8B. Windows color (decimal): -4097201 or 5209025. OLE color: 5209025.
HSL color Cylindrical-coordinate representation of color #C17B4F: hue angle of 23.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C17B4F is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 79 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.24 |
| HSL | 23.16º | 0.48% | 0.53% | - |
| HSV(B) | 23.16º | 0.59% | 0.76% | - |
| XYZ | 30.49 | 26.07 | 10.82 | - |
| YUV | 138.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 79 | 0 | 0.36 | 0.59 | 0.24 | 23.16 | 0.48 | 0.53 |
| Hex | C1 | 7B | 4F | 0 | 24 | 3B | 18 | 17 | 30 | 35 |
| Octal | 301 | 173 | 117 | 0 | 44 | 73 | 30 | 27 | 60 | 65 |
| Binary | 11000001 | 1111011 | 1001111 | 0 | 100100 | 111011 | 11000 | 10111 | 110000 | 110101 |
Color Harmonies of #C17B4F
Complementary color
Monochromatic Colors of #C17B4F
Black with #C17B4F
Text Example
Text Example
White with #C17B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B4F; }
p { color: rgb(193,123,79); }
H1.HeaderClassName
{
color: #C17B4F;
}
.AnyTagClassName
{
color: #C17B4F;
}
</style>
background-color css
<style>
a { background-color: #C17B4F; }
a { background-color: rgb(193,123,79); }
div.DivClassName
{
background-color: #C17B4F;
}
.BgClassName
{
background-color: #C17B4F;
}
</style>
border-color css
<style>
span { border-color: #C17B4F; }
span { border-color: rgb(193,123,79); }
td.TdClassName
{
border-color: #C17B4F;
}
.TagClassName
{
border-color: #C17B4F;
}
</style>