Shades of Brandy Punch #C27B4C
Tints of Brandy Punch #C27B4C
RGB
CMYK
RGB Variations
Color information
#C27B4C (or 0xC27B4C) is known color: Brandy Punch. HEX triplet: C2, 7B and 4C. RGB value is (194,123,76). Sum of RGB (Red+Green+Blue) = 194+123+76=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B4C is #3D84B3. Grayscale: #8B8B8B. Windows color (decimal): -4031668 or 5012418. OLE color: 5012418.
HSL color Cylindrical-coordinate representation of color #C27B4C: hue angle of 23.9º 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 #C27B4C is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 76 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.24 |
| HSL | 23.9º | 0.49% | 0.53% | - |
| HSV(B) | 23.9º | 0.61% | 0.76% | - |
| XYZ | 30.64 | 26.16 | 10.27 | - |
| YUV | 138.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 76 | 0 | 0.37 | 0.61 | 0.24 | 23.9 | 0.49 | 0.53 |
| Hex | C2 | 7B | 4C | 0 | 25 | 3D | 18 | 18 | 31 | 35 |
| Octal | 302 | 173 | 114 | 0 | 45 | 75 | 30 | 30 | 61 | 65 |
| Binary | 11000010 | 1111011 | 1001100 | 0 | 100101 | 111101 | 11000 | 11000 | 110001 | 110101 |
Color Harmonies of #C27B4C
Complementary color
Monochromatic Colors of #C27B4C
Black with #C27B4C
Text Example
Text Example
White with #C27B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B4C; }
p { color: rgb(194,123,76); }
H1.HeaderClassName
{
color: #C27B4C;
}
.AnyTagClassName
{
color: #C27B4C;
}
</style>
background-color css
<style>
a { background-color: #C27B4C; }
a { background-color: rgb(194,123,76); }
div.DivClassName
{
background-color: #C27B4C;
}
.BgClassName
{
background-color: #C27B4C;
}
</style>
border-color css
<style>
span { border-color: #C27B4C; }
span { border-color: rgb(194,123,76); }
td.TdClassName
{
border-color: #C27B4C;
}
.TagClassName
{
border-color: #C27B4C;
}
</style>