Shades of Brandy Punch #C27B3C
Tints of Brandy Punch #C27B3C
RGB
CMYK
RGB Variations
Color information
#C27B3C (or 0xC27B3C) is known color: Brandy Punch. HEX triplet: C2, 7B and 3C. RGB value is (194,123,60). Sum of RGB (Red+Green+Blue) = 194+123+60=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27B3C is #3D84C3. Grayscale: #898989. Windows color (decimal): -4031684 or 3963842. OLE color: 3963842.
HSL color Cylindrical-coordinate representation of color #C27B3C: hue angle of 28.21º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C27B3C is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 60 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.24 |
| HSL | 28.21º | 0.53% | 0.5% | - |
| HSV(B) | 28.21º | 0.69% | 0.76% | - |
| XYZ | 30.15 | 25.96 | 7.7 | - |
| YUV | 137.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 60 | 0 | 0.37 | 0.69 | 0.24 | 28.21 | 0.53 | 0.5 |
| Hex | C2 | 7B | 3C | 0 | 25 | 45 | 18 | 1C | 35 | 32 |
| Octal | 302 | 173 | 74 | 0 | 45 | 105 | 30 | 34 | 65 | 62 |
| Binary | 11000010 | 1111011 | 111100 | 0 | 100101 | 1000101 | 11000 | 11100 | 110101 | 110010 |
Color Harmonies of #C27B3C
Complementary color
Monochromatic Colors of #C27B3C
Black with #C27B3C
Text Example
Text Example
White with #C27B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B3C; }
p { color: rgb(194,123,60); }
H1.HeaderClassName
{
color: #C27B3C;
}
.AnyTagClassName
{
color: #C27B3C;
}
</style>
background-color css
<style>
a { background-color: #C27B3C; }
a { background-color: rgb(194,123,60); }
div.DivClassName
{
background-color: #C27B3C;
}
.BgClassName
{
background-color: #C27B3C;
}
</style>
border-color css
<style>
span { border-color: #C27B3C; }
span { border-color: rgb(194,123,60); }
td.TdClassName
{
border-color: #C27B3C;
}
.TagClassName
{
border-color: #C27B3C;
}
</style>