Shades of Brandy Punch #C27C4C
Tints of Brandy Punch #C27C4C
RGB
CMYK
RGB Variations
Color information
#C27C4C (or 0xC27C4C) is known color: Brandy Punch. HEX triplet: C2, 7C and 4C. RGB value is (194,124,76). Sum of RGB (Red+Green+Blue) = 194+124+76=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C4C is #3D83B3. Grayscale: #8B8B8B. Windows color (decimal): -4031412 or 5012674. OLE color: 5012674.
HSL color Cylindrical-coordinate representation of color #C27C4C: hue angle of 24.41º 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 #C27C4C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 76 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.24 |
| HSL | 24.41º | 0.49% | 0.53% | - |
| HSV(B) | 24.41º | 0.61% | 0.76% | - |
| XYZ | 30.76 | 26.41 | 10.31 | - |
| YUV | 139.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 76 | 0 | 0.36 | 0.61 | 0.24 | 24.41 | 0.49 | 0.53 |
| Hex | C2 | 7C | 4C | 0 | 24 | 3D | 18 | 18 | 31 | 35 |
| Octal | 302 | 174 | 114 | 0 | 44 | 75 | 30 | 30 | 61 | 65 |
| Binary | 11000010 | 1111100 | 1001100 | 0 | 100100 | 111101 | 11000 | 11000 | 110001 | 110101 |
Color Harmonies of #C27C4C
Complementary color
Monochromatic Colors of #C27C4C
Black with #C27C4C
Text Example
Text Example
White with #C27C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C4C; }
p { color: rgb(194,124,76); }
H1.HeaderClassName
{
color: #C27C4C;
}
.AnyTagClassName
{
color: #C27C4C;
}
</style>
background-color css
<style>
a { background-color: #C27C4C; }
a { background-color: rgb(194,124,76); }
div.DivClassName
{
background-color: #C27C4C;
}
.BgClassName
{
background-color: #C27C4C;
}
</style>
border-color css
<style>
span { border-color: #C27C4C; }
span { border-color: rgb(194,124,76); }
td.TdClassName
{
border-color: #C27C4C;
}
.TagClassName
{
border-color: #C27C4C;
}
</style>