Shades of Brandy Rose #C88376
Tints of Brandy Rose #C88376
RGB
CMYK
RGB Variations
Color information
#C88376 (or 0xC88376) is known color: Brandy Rose. HEX triplet: C8, 83 and 76. RGB value is (200,131,118). Sum of RGB (Red+Green+Blue) = 200+131+118=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88376 is #377C89. Grayscale: #969696. Windows color (decimal): -3636362 or 7766984. OLE color: 7766984.
HSL color Cylindrical-coordinate representation of color #C88376: hue angle of 9.51º 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 #C88376 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 118 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.22 |
| HSL | 9.51º | 0.43% | 0.62% | - |
| HSV(B) | 9.51º | 0.41% | 0.78% | - |
| XYZ | 35.21 | 29.82 | 21.04 | - |
| YUV | 150.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 118 | 0 | 0.34 | 0.41 | 0.22 | 9.51 | 0.43 | 0.62 |
| Hex | C8 | 83 | 76 | 0 | 22 | 29 | 16 | A | 2B | 3E |
| Octal | 310 | 203 | 166 | 0 | 42 | 51 | 26 | 12 | 53 | 76 |
| Binary | 11001000 | 10000011 | 1110110 | 0 | 100010 | 101001 | 10110 | 1010 | 101011 | 111110 |
Color Harmonies of #C88376
Complementary color
Monochromatic Colors of #C88376
Black with #C88376
Text Example
Text Example
White with #C88376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88376; }
p { color: rgb(200,131,118); }
H1.HeaderClassName
{
color: #C88376;
}
.AnyTagClassName
{
color: #C88376;
}
</style>
background-color css
<style>
a { background-color: #C88376; }
a { background-color: rgb(200,131,118); }
div.DivClassName
{
background-color: #C88376;
}
.BgClassName
{
background-color: #C88376;
}
</style>
border-color css
<style>
span { border-color: #C88376; }
span { border-color: rgb(200,131,118); }
td.TdClassName
{
border-color: #C88376;
}
.TagClassName
{
border-color: #C88376;
}
</style>