Shades of Brandy Punch #C27D4B
Tints of Brandy Punch #C27D4B
RGB
CMYK
RGB Variations
Color information
#C27D4B (or 0xC27D4B) is known color: Brandy Punch. HEX triplet: C2, 7D and 4B. RGB value is (194,125,75). Sum of RGB (Red+Green+Blue) = 194+125+75=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D4B is #3D82B4. Grayscale: #8C8C8C. Windows color (decimal): -4031157 or 4947394. OLE color: 4947394.
HSL color Cylindrical-coordinate representation of color #C27D4B: hue angle of 25.21º 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 #C27D4B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 75 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.24 |
| HSL | 25.21º | 0.49% | 0.53% | - |
| HSV(B) | 25.21º | 0.61% | 0.76% | - |
| XYZ | 30.85 | 26.64 | 10.17 | - |
| YUV | 139.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 75 | 0 | 0.36 | 0.61 | 0.24 | 25.21 | 0.49 | 0.53 |
| Hex | C2 | 7D | 4B | 0 | 24 | 3D | 18 | 19 | 31 | 35 |
| Octal | 302 | 175 | 113 | 0 | 44 | 75 | 30 | 31 | 61 | 65 |
| Binary | 11000010 | 1111101 | 1001011 | 0 | 100100 | 111101 | 11000 | 11001 | 110001 | 110101 |
Color Harmonies of #C27D4B
Complementary color
Monochromatic Colors of #C27D4B
Black with #C27D4B
Text Example
Text Example
White with #C27D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D4B; }
p { color: rgb(194,125,75); }
H1.HeaderClassName
{
color: #C27D4B;
}
.AnyTagClassName
{
color: #C27D4B;
}
</style>
background-color css
<style>
a { background-color: #C27D4B; }
a { background-color: rgb(194,125,75); }
div.DivClassName
{
background-color: #C27D4B;
}
.BgClassName
{
background-color: #C27D4B;
}
</style>
border-color css
<style>
span { border-color: #C27D4B; }
span { border-color: rgb(194,125,75); }
td.TdClassName
{
border-color: #C27D4B;
}
.TagClassName
{
border-color: #C27D4B;
}
</style>