Shades of Brandy Punch #C27C4B
Tints of Brandy Punch #C27C4B
RGB
CMYK
RGB Variations
Color information
#C27C4B (or 0xC27C4B) is known color: Brandy Punch. HEX triplet: C2, 7C and 4B. RGB value is (194,124,75). Sum of RGB (Red+Green+Blue) = 194+124+75=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C4B is #3D83B4. Grayscale: #8B8B8B. Windows color (decimal): -4031413 or 4947138. OLE color: 4947138.
HSL color Cylindrical-coordinate representation of color #C27C4B: hue angle of 24.71º 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 #C27C4B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 75 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.24 |
| HSL | 24.71º | 0.49% | 0.53% | - |
| HSV(B) | 24.71º | 0.61% | 0.76% | - |
| XYZ | 30.73 | 26.39 | 10.13 | - |
| YUV | 139.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 75 | 0 | 0.36 | 0.61 | 0.24 | 24.71 | 0.49 | 0.53 |
| Hex | C2 | 7C | 4B | 0 | 24 | 3D | 18 | 19 | 31 | 35 |
| Octal | 302 | 174 | 113 | 0 | 44 | 75 | 30 | 31 | 61 | 65 |
| Binary | 11000010 | 1111100 | 1001011 | 0 | 100100 | 111101 | 11000 | 11001 | 110001 | 110101 |
Color Harmonies of #C27C4B
Complementary color
Monochromatic Colors of #C27C4B
Black with #C27C4B
Text Example
Text Example
White with #C27C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C4B; }
p { color: rgb(194,124,75); }
H1.HeaderClassName
{
color: #C27C4B;
}
.AnyTagClassName
{
color: #C27C4B;
}
</style>
background-color css
<style>
a { background-color: #C27C4B; }
a { background-color: rgb(194,124,75); }
div.DivClassName
{
background-color: #C27C4B;
}
.BgClassName
{
background-color: #C27C4B;
}
</style>
border-color css
<style>
span { border-color: #C27C4B; }
span { border-color: rgb(194,124,75); }
td.TdClassName
{
border-color: #C27C4B;
}
.TagClassName
{
border-color: #C27C4B;
}
</style>