Shades of Brandy Rose #C87E75
Tints of Brandy Rose #C87E75
RGB
CMYK
RGB Variations
Color information
#C87E75 (or 0xC87E75) is known color: Brandy Rose. HEX triplet: C8, 7E and 75. RGB value is (200,126,117). Sum of RGB (Red+Green+Blue) = 200+126+117=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E75 is #37818A. Grayscale: #939393. Windows color (decimal): -3637643 or 7700168. OLE color: 7700168.
HSL color Cylindrical-coordinate representation of color #C87E75: hue angle of 6.51º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87E75 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 117 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.22 |
| HSL | 6.51º | 0.43% | 0.62% | - |
| HSV(B) | 6.51º | 0.42% | 0.78% | - |
| XYZ | 34.49 | 28.49 | 20.51 | - |
| YUV | 147.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 117 | 0 | 0.37 | 0.42 | 0.22 | 6.51 | 0.43 | 0.62 |
| Hex | C8 | 7E | 75 | 0 | 25 | 2A | 16 | 7 | 2B | 3E |
| Octal | 310 | 176 | 165 | 0 | 45 | 52 | 26 | 7 | 53 | 76 |
| Binary | 11001000 | 1111110 | 1110101 | 0 | 100101 | 101010 | 10110 | 111 | 101011 | 111110 |
Color Harmonies of #C87E75
Complementary color
Monochromatic Colors of #C87E75
Black with #C87E75
Text Example
Text Example
White with #C87E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E75; }
p { color: rgb(200,126,117); }
H1.HeaderClassName
{
color: #C87E75;
}
.AnyTagClassName
{
color: #C87E75;
}
</style>
background-color css
<style>
a { background-color: #C87E75; }
a { background-color: rgb(200,126,117); }
div.DivClassName
{
background-color: #C87E75;
}
.BgClassName
{
background-color: #C87E75;
}
</style>
border-color css
<style>
span { border-color: #C87E75; }
span { border-color: rgb(200,126,117); }
td.TdClassName
{
border-color: #C87E75;
}
.TagClassName
{
border-color: #C87E75;
}
</style>