Shades of Brandy Rose #C3816F
Tints of Brandy Rose #C3816F
RGB
CMYK
RGB Variations
Color information
#C3816F (or 0xC3816F) is known color: Brandy Rose. HEX triplet: C3, 81 and 6F. RGB value is (195,129,111). Sum of RGB (Red+Green+Blue) = 195+129+111=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3816F is #3C7E90. Grayscale: #929292. Windows color (decimal): -3964561 or 7307715. OLE color: 7307715.
HSL color Cylindrical-coordinate representation of color #C3816F: hue angle of 12.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3816F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 111 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.24 |
| HSL | 12.86º | 0.41% | 0.6% | - |
| HSV(B) | 12.86º | 0.43% | 0.76% | - |
| XYZ | 33.23 | 28.45 | 18.78 | - |
| YUV | 146.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 111 | 0 | 0.34 | 0.43 | 0.24 | 12.86 | 0.41 | 0.6 |
| Hex | C3 | 81 | 6F | 0 | 22 | 2B | 18 | D | 29 | 3C |
| Octal | 303 | 201 | 157 | 0 | 42 | 53 | 30 | 15 | 51 | 74 |
| Binary | 11000011 | 10000001 | 1101111 | 0 | 100010 | 101011 | 11000 | 1101 | 101001 | 111100 |
Color Harmonies of #C3816F
Complementary color
Monochromatic Colors of #C3816F
Black with #C3816F
Text Example
Text Example
White with #C3816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3816F; }
p { color: rgb(195,129,111); }
H1.HeaderClassName
{
color: #C3816F;
}
.AnyTagClassName
{
color: #C3816F;
}
</style>
background-color css
<style>
a { background-color: #C3816F; }
a { background-color: rgb(195,129,111); }
div.DivClassName
{
background-color: #C3816F;
}
.BgClassName
{
background-color: #C3816F;
}
</style>
border-color css
<style>
span { border-color: #C3816F; }
span { border-color: rgb(195,129,111); }
td.TdClassName
{
border-color: #C3816F;
}
.TagClassName
{
border-color: #C3816F;
}
</style>