Shades of Brandy Rose #C3827C
Tints of Brandy Rose #C3827C
RGB
CMYK
RGB Variations
Color information
#C3827C (or 0xC3827C) is known color: Brandy Rose. HEX triplet: C3, 82 and 7C. RGB value is (195,130,124). Sum of RGB (Red+Green+Blue) = 195+130+124=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3827C is #3C7D83. Grayscale: #949494. Windows color (decimal): -3964292 or 8159939. OLE color: 8159939.
HSL color Cylindrical-coordinate representation of color #C3827C: hue angle of 5.07º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3827C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 124 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.24 |
| HSL | 5.07º | 0.37% | 0.63% | - |
| HSV(B) | 5.07º | 0.36% | 0.76% | - |
| XYZ | 34.13 | 29.02 | 22.87 | - |
| YUV | 148.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 124 | 0 | 0.33 | 0.36 | 0.24 | 5.07 | 0.37 | 0.63 |
| Hex | C3 | 82 | 7C | 0 | 21 | 24 | 18 | 5 | 25 | 3F |
| Octal | 303 | 202 | 174 | 0 | 41 | 44 | 30 | 5 | 45 | 77 |
| Binary | 11000011 | 10000010 | 1111100 | 0 | 100001 | 100100 | 11000 | 101 | 100101 | 111111 |
Color Harmonies of #C3827C
Complementary color
Monochromatic Colors of #C3827C
Black with #C3827C
Text Example
Text Example
White with #C3827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3827C; }
p { color: rgb(195,130,124); }
H1.HeaderClassName
{
color: #C3827C;
}
.AnyTagClassName
{
color: #C3827C;
}
</style>
background-color css
<style>
a { background-color: #C3827C; }
a { background-color: rgb(195,130,124); }
div.DivClassName
{
background-color: #C3827C;
}
.BgClassName
{
background-color: #C3827C;
}
</style>
border-color css
<style>
span { border-color: #C3827C; }
span { border-color: rgb(195,130,124); }
td.TdClassName
{
border-color: #C3827C;
}
.TagClassName
{
border-color: #C3827C;
}
</style>