Shades of Brandy Punch #C2854B
Tints of Brandy Punch #C2854B
RGB
CMYK
RGB Variations
Color information
#C2854B (or 0xC2854B) is known color: Brandy Punch. HEX triplet: C2, 85 and 4B. RGB value is (194,133,75). Sum of RGB (Red+Green+Blue) = 194+133+75=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2854B is #3D7AB4. Grayscale: #909090. Windows color (decimal): -4029109 or 4949442. OLE color: 4949442.
HSL color Cylindrical-coordinate representation of color #C2854B: hue angle of 29.24º 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 #C2854B is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 75 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.24 |
| HSL | 29.24º | 0.49% | 0.53% | - |
| HSV(B) | 29.24º | 0.61% | 0.76% | - |
| XYZ | 31.91 | 28.75 | 10.52 | - |
| YUV | 144.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 75 | 0 | 0.31 | 0.61 | 0.24 | 29.24 | 0.49 | 0.53 |
| Hex | C2 | 85 | 4B | 0 | 1F | 3D | 18 | 1D | 31 | 35 |
| Octal | 302 | 205 | 113 | 0 | 37 | 75 | 30 | 35 | 61 | 65 |
| Binary | 11000010 | 10000101 | 1001011 | 0 | 11111 | 111101 | 11000 | 11101 | 110001 | 110101 |
Color Harmonies of #C2854B
Complementary color
Monochromatic Colors of #C2854B
Black with #C2854B
Text Example
Text Example
White with #C2854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2854B; }
p { color: rgb(194,133,75); }
H1.HeaderClassName
{
color: #C2854B;
}
.AnyTagClassName
{
color: #C2854B;
}
</style>
background-color css
<style>
a { background-color: #C2854B; }
a { background-color: rgb(194,133,75); }
div.DivClassName
{
background-color: #C2854B;
}
.BgClassName
{
background-color: #C2854B;
}
</style>
border-color css
<style>
span { border-color: #C2854B; }
span { border-color: rgb(194,133,75); }
td.TdClassName
{
border-color: #C2854B;
}
.TagClassName
{
border-color: #C2854B;
}
</style>