Shades of Brandy Rose #C88576
Tints of Brandy Rose #C88576
RGB
CMYK
RGB Variations
Color information
#C88576 (or 0xC88576) is known color: Brandy Rose. HEX triplet: C8, 85 and 76. RGB value is (200,133,118). Sum of RGB (Red+Green+Blue) = 200+133+118=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88576 is #377A89. Grayscale: #979797. Windows color (decimal): -3635850 or 7767496. OLE color: 7767496.
HSL color Cylindrical-coordinate representation of color #C88576: hue angle of 10.98º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88576 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 118 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.22 |
| HSL | 10.98º | 0.43% | 0.62% | - |
| HSV(B) | 10.98º | 0.41% | 0.78% | - |
| XYZ | 35.48 | 30.36 | 21.13 | - |
| YUV | 151.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 118 | 0 | 0.34 | 0.41 | 0.22 | 10.98 | 0.43 | 0.62 |
| Hex | C8 | 85 | 76 | 0 | 22 | 29 | 16 | B | 2B | 3E |
| Octal | 310 | 205 | 166 | 0 | 42 | 51 | 26 | 13 | 53 | 76 |
| Binary | 11001000 | 10000101 | 1110110 | 0 | 100010 | 101001 | 10110 | 1011 | 101011 | 111110 |
Color Harmonies of #C88576
Complementary color
Monochromatic Colors of #C88576
Black with #C88576
Text Example
Text Example
White with #C88576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88576; }
p { color: rgb(200,133,118); }
H1.HeaderClassName
{
color: #C88576;
}
.AnyTagClassName
{
color: #C88576;
}
</style>
background-color css
<style>
a { background-color: #C88576; }
a { background-color: rgb(200,133,118); }
div.DivClassName
{
background-color: #C88576;
}
.BgClassName
{
background-color: #C88576;
}
</style>
border-color css
<style>
span { border-color: #C88576; }
span { border-color: rgb(200,133,118); }
td.TdClassName
{
border-color: #C88576;
}
.TagClassName
{
border-color: #C88576;
}
</style>