Shades of Brandy Punch #C27D4C
Tints of Brandy Punch #C27D4C
RGB
CMYK
RGB Variations
Color information
#C27D4C (or 0xC27D4C) is known color: Brandy Punch. HEX triplet: C2, 7D and 4C. RGB value is (194,125,76). Sum of RGB (Red+Green+Blue) = 194+125+76=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D4C is #3D82B3. Grayscale: #8C8C8C. Windows color (decimal): -4031156 or 5012930. OLE color: 5012930.
HSL color Cylindrical-coordinate representation of color #C27D4C: hue angle of 24.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C27D4C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 76 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.24 |
| HSL | 24.92º | 0.49% | 0.53% | - |
| HSV(B) | 24.92º | 0.61% | 0.76% | - |
| XYZ | 30.89 | 26.66 | 10.36 | - |
| YUV | 140.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 76 | 0 | 0.36 | 0.61 | 0.24 | 24.92 | 0.49 | 0.53 |
| Hex | C2 | 7D | 4C | 0 | 24 | 3D | 18 | 19 | 31 | 35 |
| Octal | 302 | 175 | 114 | 0 | 44 | 75 | 30 | 31 | 61 | 65 |
| Binary | 11000010 | 1111101 | 1001100 | 0 | 100100 | 111101 | 11000 | 11001 | 110001 | 110101 |
Color Harmonies of #C27D4C
Complementary color
Monochromatic Colors of #C27D4C
Black with #C27D4C
Text Example
Text Example
White with #C27D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D4C; }
p { color: rgb(194,125,76); }
H1.HeaderClassName
{
color: #C27D4C;
}
.AnyTagClassName
{
color: #C27D4C;
}
</style>
background-color css
<style>
a { background-color: #C27D4C; }
a { background-color: rgb(194,125,76); }
div.DivClassName
{
background-color: #C27D4C;
}
.BgClassName
{
background-color: #C27D4C;
}
</style>
border-color css
<style>
span { border-color: #C27D4C; }
span { border-color: rgb(194,125,76); }
td.TdClassName
{
border-color: #C27D4C;
}
.TagClassName
{
border-color: #C27D4C;
}
</style>