Shades of Brandy Punch #C27D4D
Tints of Brandy Punch #C27D4D
RGB
CMYK
RGB Variations
Color information
#C27D4D (or 0xC27D4D) is known color: Brandy Punch. HEX triplet: C2, 7D and 4D. RGB value is (194,125,77). Sum of RGB (Red+Green+Blue) = 194+125+77=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D4D is #3D82B2. Grayscale: #8C8C8C. Windows color (decimal): -4031155 or 5078466. OLE color: 5078466.
HSL color Cylindrical-coordinate representation of color #C27D4D: hue angle of 24.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C27D4D is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 77 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.24 |
| HSL | 24.62º | 0.49% | 0.53% | - |
| HSV(B) | 24.62º | 0.6% | 0.76% | - |
| XYZ | 30.92 | 26.67 | 10.54 | - |
| YUV | 140.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 77 | 0 | 0.36 | 0.60 | 0.24 | 24.62 | 0.49 | 0.53 |
| Hex | C2 | 7D | 4D | 0 | 24 | 3C | 18 | 19 | 31 | 35 |
| Octal | 302 | 175 | 115 | 0 | 44 | 74 | 30 | 31 | 61 | 65 |
| Binary | 11000010 | 1111101 | 1001101 | 0 | 100100 | 111100 | 11000 | 11001 | 110001 | 110101 |
Color Harmonies of #C27D4D
Complementary color
Monochromatic Colors of #C27D4D
Black with #C27D4D
Text Example
Text Example
White with #C27D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D4D; }
p { color: rgb(194,125,77); }
H1.HeaderClassName
{
color: #C27D4D;
}
.AnyTagClassName
{
color: #C27D4D;
}
</style>
background-color css
<style>
a { background-color: #C27D4D; }
a { background-color: rgb(194,125,77); }
div.DivClassName
{
background-color: #C27D4D;
}
.BgClassName
{
background-color: #C27D4D;
}
</style>
border-color css
<style>
span { border-color: #C27D4D; }
span { border-color: rgb(194,125,77); }
td.TdClassName
{
border-color: #C27D4D;
}
.TagClassName
{
border-color: #C27D4D;
}
</style>