Shades of Brandy Rose #C0847D
Tints of Brandy Rose #C0847D
RGB
CMYK
RGB Variations
Color information
#C0847D (or 0xC0847D) is known color: Brandy Rose. HEX triplet: C0, 84 and 7D. RGB value is (192,132,125). Sum of RGB (Red+Green+Blue) = 192+132+125=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0847D is #3F7B82. Grayscale: #959595. Windows color (decimal): -4160387 or 8225984. OLE color: 8225984.
HSL color Cylindrical-coordinate representation of color #C0847D: hue angle of 6.27º 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 #C0847D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 125 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.25 |
| HSL | 6.27º | 0.35% | 0.62% | - |
| HSV(B) | 6.27º | 0.35% | 0.75% | - |
| XYZ | 33.69 | 29.19 | 23.26 | - |
| YUV | 149.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 125 | 0 | 0.31 | 0.35 | 0.25 | 6.27 | 0.35 | 0.62 |
| Hex | C0 | 84 | 7D | 0 | 1F | 23 | 19 | 6 | 23 | 3E |
| Octal | 300 | 204 | 175 | 0 | 37 | 43 | 31 | 6 | 43 | 76 |
| Binary | 11000000 | 10000100 | 1111101 | 0 | 11111 | 100011 | 11001 | 110 | 100011 | 111110 |
Color Harmonies of #C0847D
Complementary color
Monochromatic Colors of #C0847D
Black with #C0847D
Text Example
Text Example
White with #C0847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0847D; }
p { color: rgb(192,132,125); }
H1.HeaderClassName
{
color: #C0847D;
}
.AnyTagClassName
{
color: #C0847D;
}
</style>
background-color css
<style>
a { background-color: #C0847D; }
a { background-color: rgb(192,132,125); }
div.DivClassName
{
background-color: #C0847D;
}
.BgClassName
{
background-color: #C0847D;
}
</style>
border-color css
<style>
span { border-color: #C0847D; }
span { border-color: rgb(192,132,125); }
td.TdClassName
{
border-color: #C0847D;
}
.TagClassName
{
border-color: #C0847D;
}
</style>