Shades of Brandy Rose #C4827C
Tints of Brandy Rose #C4827C
RGB
CMYK
RGB Variations
Color information
#C4827C (or 0xC4827C) is known color: Brandy Rose. HEX triplet: C4, 82 and 7C. RGB value is (196,130,124). Sum of RGB (Red+Green+Blue) = 196+130+124=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4827C is #3B7D83. Grayscale: #959595. Windows color (decimal): -3898756 or 8159940. OLE color: 8159940.
HSL color Cylindrical-coordinate representation of color #C4827C: hue angle of 5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4827C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 124 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.23 |
| HSL | 5º | 0.38% | 0.63% | - |
| HSV(B) | 5º | 0.37% | 0.77% | - |
| XYZ | 34.39 | 29.16 | 22.88 | - |
| YUV | 149.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 124 | 0 | 0.34 | 0.37 | 0.23 | 5 | 0.38 | 0.63 |
| Hex | C4 | 82 | 7C | 0 | 22 | 25 | 17 | 5 | 26 | 3F |
| Octal | 304 | 202 | 174 | 0 | 42 | 45 | 27 | 5 | 46 | 77 |
| Binary | 11000100 | 10000010 | 1111100 | 0 | 100010 | 100101 | 10111 | 101 | 100110 | 111111 |
Color Harmonies of #C4827C
Complementary color
Monochromatic Colors of #C4827C
Black with #C4827C
Text Example
Text Example
White with #C4827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4827C; }
p { color: rgb(196,130,124); }
H1.HeaderClassName
{
color: #C4827C;
}
.AnyTagClassName
{
color: #C4827C;
}
</style>
background-color css
<style>
a { background-color: #C4827C; }
a { background-color: rgb(196,130,124); }
div.DivClassName
{
background-color: #C4827C;
}
.BgClassName
{
background-color: #C4827C;
}
</style>
border-color css
<style>
span { border-color: #C4827C; }
span { border-color: rgb(196,130,124); }
td.TdClassName
{
border-color: #C4827C;
}
.TagClassName
{
border-color: #C4827C;
}
</style>