Shades of Brandy Rose #C38876
Tints of Brandy Rose #C38876
RGB
CMYK
RGB Variations
Color information
#C38876 (or 0xC38876) is known color: Brandy Rose. HEX triplet: C3, 88 and 76. RGB value is (195,136,118). Sum of RGB (Red+Green+Blue) = 195+136+118=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C38876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38876 is #3C7789. Grayscale: #979797. Windows color (decimal): -3962762 or 7768259. OLE color: 7768259.
HSL color Cylindrical-coordinate representation of color #C38876: hue angle of 14.03º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38876 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 118 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.24 |
| HSL | 14.03º | 0.39% | 0.61% | - |
| HSV(B) | 14.03º | 0.39% | 0.76% | - |
| XYZ | 34.58 | 30.52 | 21.21 | - |
| YUV | 151.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 118 | 0 | 0.30 | 0.39 | 0.24 | 14.03 | 0.39 | 0.61 |
| Hex | C3 | 88 | 76 | 0 | 1E | 27 | 18 | E | 27 | 3D |
| Octal | 303 | 210 | 166 | 0 | 36 | 47 | 30 | 16 | 47 | 75 |
| Binary | 11000011 | 10001000 | 1110110 | 0 | 11110 | 100111 | 11000 | 1110 | 100111 | 111101 |
Color Harmonies of #C38876
Complementary color
Monochromatic Colors of #C38876
Black with #C38876
Text Example
Text Example
White with #C38876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38876; }
p { color: rgb(195,136,118); }
H1.HeaderClassName
{
color: #C38876;
}
.AnyTagClassName
{
color: #C38876;
}
</style>
background-color css
<style>
a { background-color: #C38876; }
a { background-color: rgb(195,136,118); }
div.DivClassName
{
background-color: #C38876;
}
.BgClassName
{
background-color: #C38876;
}
</style>
border-color css
<style>
span { border-color: #C38876; }
span { border-color: rgb(195,136,118); }
td.TdClassName
{
border-color: #C38876;
}
.TagClassName
{
border-color: #C38876;
}
</style>