Shades of Brandy Rose #C0827C
Tints of Brandy Rose #C0827C
RGB
CMYK
RGB Variations
Color information
#C0827C (or 0xC0827C) is known color: Brandy Rose. HEX triplet: C0, 82 and 7C. RGB value is (192,130,124). Sum of RGB (Red+Green+Blue) = 192+130+124=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0827C is #3F7D83. Grayscale: #939393. Windows color (decimal): -4160900 or 8159936. OLE color: 8159936.
HSL color Cylindrical-coordinate representation of color #C0827C: hue angle of 5.29º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0827C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 124 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.25 |
| HSL | 5.29º | 0.35% | 0.62% | - |
| HSV(B) | 5.29º | 0.35% | 0.75% | - |
| XYZ | 33.36 | 28.63 | 22.84 | - |
| YUV | 147.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 124 | 0 | 0.32 | 0.35 | 0.25 | 5.29 | 0.35 | 0.62 |
| Hex | C0 | 82 | 7C | 0 | 20 | 23 | 19 | 5 | 23 | 3E |
| Octal | 300 | 202 | 174 | 0 | 40 | 43 | 31 | 5 | 43 | 76 |
| Binary | 11000000 | 10000010 | 1111100 | 0 | 100000 | 100011 | 11001 | 101 | 100011 | 111110 |
Color Harmonies of #C0827C
Complementary color
Monochromatic Colors of #C0827C
Black with #C0827C
Text Example
Text Example
White with #C0827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0827C; }
p { color: rgb(192,130,124); }
H1.HeaderClassName
{
color: #C0827C;
}
.AnyTagClassName
{
color: #C0827C;
}
</style>
background-color css
<style>
a { background-color: #C0827C; }
a { background-color: rgb(192,130,124); }
div.DivClassName
{
background-color: #C0827C;
}
.BgClassName
{
background-color: #C0827C;
}
</style>
border-color css
<style>
span { border-color: #C0827C; }
span { border-color: rgb(192,130,124); }
td.TdClassName
{
border-color: #C0827C;
}
.TagClassName
{
border-color: #C0827C;
}
</style>