Shades of Brandy Rose #C1847D
Tints of Brandy Rose #C1847D
RGB
CMYK
RGB Variations
Color information
#C1847D (or 0xC1847D) is known color: Brandy Rose. HEX triplet: C1, 84 and 7D. RGB value is (193,132,125). Sum of RGB (Red+Green+Blue) = 193+132+125=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1847D is #3E7B82. Grayscale: #959595. Windows color (decimal): -4094851 or 8225985. OLE color: 8225985.
HSL color Cylindrical-coordinate representation of color #C1847D: hue angle of 6.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1847D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 125 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.24 |
| HSL | 6.18º | 0.35% | 0.62% | - |
| HSV(B) | 6.18º | 0.35% | 0.76% | - |
| XYZ | 33.95 | 29.32 | 23.27 | - |
| YUV | 149.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 125 | 0 | 0.32 | 0.35 | 0.24 | 6.18 | 0.35 | 0.62 |
| Hex | C1 | 84 | 7D | 0 | 20 | 23 | 18 | 6 | 23 | 3E |
| Octal | 301 | 204 | 175 | 0 | 40 | 43 | 30 | 6 | 43 | 76 |
| Binary | 11000001 | 10000100 | 1111101 | 0 | 100000 | 100011 | 11000 | 110 | 100011 | 111110 |
Color Harmonies of #C1847D
Complementary color
Monochromatic Colors of #C1847D
Black with #C1847D
Text Example
Text Example
White with #C1847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1847D; }
p { color: rgb(193,132,125); }
H1.HeaderClassName
{
color: #C1847D;
}
.AnyTagClassName
{
color: #C1847D;
}
</style>
background-color css
<style>
a { background-color: #C1847D; }
a { background-color: rgb(193,132,125); }
div.DivClassName
{
background-color: #C1847D;
}
.BgClassName
{
background-color: #C1847D;
}
</style>
border-color css
<style>
span { border-color: #C1847D; }
span { border-color: rgb(193,132,125); }
td.TdClassName
{
border-color: #C1847D;
}
.TagClassName
{
border-color: #C1847D;
}
</style>