Shades of Brandy Rose #C3847B
Tints of Brandy Rose #C3847B
RGB
CMYK
RGB Variations
Color information
#C3847B (or 0xC3847B) is known color: Brandy Rose. HEX triplet: C3, 84 and 7B. RGB value is (195,132,123). Sum of RGB (Red+Green+Blue) = 195+132+123=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3847B is #3C7B84. Grayscale: #959595. Windows color (decimal): -3963781 or 8094915. OLE color: 8094915.
HSL color Cylindrical-coordinate representation of color #C3847B: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3847B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 123 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.24 |
| HSL | 7.5º | 0.38% | 0.62% | - |
| HSV(B) | 7.5º | 0.37% | 0.76% | - |
| XYZ | 34.33 | 29.53 | 22.63 | - |
| YUV | 149.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 123 | 0 | 0.32 | 0.37 | 0.24 | 7.5 | 0.38 | 0.62 |
| Hex | C3 | 84 | 7B | 0 | 20 | 25 | 18 | 8 | 26 | 3E |
| Octal | 303 | 204 | 173 | 0 | 40 | 45 | 30 | 10 | 46 | 76 |
| Binary | 11000011 | 10000100 | 1111011 | 0 | 100000 | 100101 | 11000 | 1000 | 100110 | 111110 |
Color Harmonies of #C3847B
Complementary color
Monochromatic Colors of #C3847B
Black with #C3847B
Text Example
Text Example
White with #C3847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3847B; }
p { color: rgb(195,132,123); }
H1.HeaderClassName
{
color: #C3847B;
}
.AnyTagClassName
{
color: #C3847B;
}
</style>
background-color css
<style>
a { background-color: #C3847B; }
a { background-color: rgb(195,132,123); }
div.DivClassName
{
background-color: #C3847B;
}
.BgClassName
{
background-color: #C3847B;
}
</style>
border-color css
<style>
span { border-color: #C3847B; }
span { border-color: rgb(195,132,123); }
td.TdClassName
{
border-color: #C3847B;
}
.TagClassName
{
border-color: #C3847B;
}
</style>