Shades of Brandy Punch #C1824B
Tints of Brandy Punch #C1824B
RGB
CMYK
RGB Variations
Color information
#C1824B (or 0xC1824B) is known color: Brandy Punch. HEX triplet: C1, 82 and 4B. RGB value is (193,130,75). Sum of RGB (Red+Green+Blue) = 193+130+75=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1824B is #3E7DB4. Grayscale: #8E8E8E. Windows color (decimal): -4095413 or 4948673. OLE color: 4948673.
HSL color Cylindrical-coordinate representation of color #C1824B: hue angle of 27.97º 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 #C1824B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 75 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.24 |
| HSL | 27.97º | 0.49% | 0.53% | - |
| HSV(B) | 27.97º | 0.61% | 0.76% | - |
| XYZ | 31.24 | 27.81 | 10.38 | - |
| YUV | 142.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 75 | 0 | 0.33 | 0.61 | 0.24 | 27.97 | 0.49 | 0.53 |
| Hex | C1 | 82 | 4B | 0 | 21 | 3D | 18 | 1C | 31 | 35 |
| Octal | 301 | 202 | 113 | 0 | 41 | 75 | 30 | 34 | 61 | 65 |
| Binary | 11000001 | 10000010 | 1001011 | 0 | 100001 | 111101 | 11000 | 11100 | 110001 | 110101 |
Color Harmonies of #C1824B
Complementary color
Monochromatic Colors of #C1824B
Black with #C1824B
Text Example
Text Example
White with #C1824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1824B; }
p { color: rgb(193,130,75); }
H1.HeaderClassName
{
color: #C1824B;
}
.AnyTagClassName
{
color: #C1824B;
}
</style>
background-color css
<style>
a { background-color: #C1824B; }
a { background-color: rgb(193,130,75); }
div.DivClassName
{
background-color: #C1824B;
}
.BgClassName
{
background-color: #C1824B;
}
</style>
border-color css
<style>
span { border-color: #C1824B; }
span { border-color: rgb(193,130,75); }
td.TdClassName
{
border-color: #C1824B;
}
.TagClassName
{
border-color: #C1824B;
}
</style>