Shades of Brandy Rose #C48779
Tints of Brandy Rose #C48779
RGB
CMYK
RGB Variations
Color information
#C48779 (or 0xC48779) is known color: Brandy Rose. HEX triplet: C4, 87 and 79. RGB value is (196,135,121). Sum of RGB (Red+Green+Blue) = 196+135+121=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C48779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48779 is #3B7886. Grayscale: #979797. Windows color (decimal): -3897479 or 7964612. OLE color: 7964612.
HSL color Cylindrical-coordinate representation of color #C48779: hue angle of 11.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48779 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 121 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.23 |
| HSL | 11.2º | 0.39% | 0.62% | - |
| HSV(B) | 11.2º | 0.38% | 0.77% | - |
| XYZ | 34.88 | 30.44 | 22.13 | - |
| YUV | 151.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 121 | 0 | 0.31 | 0.38 | 0.23 | 11.2 | 0.39 | 0.62 |
| Hex | C4 | 87 | 79 | 0 | 1F | 26 | 17 | B | 27 | 3E |
| Octal | 304 | 207 | 171 | 0 | 37 | 46 | 27 | 13 | 47 | 76 |
| Binary | 11000100 | 10000111 | 1111001 | 0 | 11111 | 100110 | 10111 | 1011 | 100111 | 111110 |
Color Harmonies of #C48779
Complementary color
Monochromatic Colors of #C48779
Black with #C48779
Text Example
Text Example
White with #C48779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48779; }
p { color: rgb(196,135,121); }
H1.HeaderClassName
{
color: #C48779;
}
.AnyTagClassName
{
color: #C48779;
}
</style>
background-color css
<style>
a { background-color: #C48779; }
a { background-color: rgb(196,135,121); }
div.DivClassName
{
background-color: #C48779;
}
.BgClassName
{
background-color: #C48779;
}
</style>
border-color css
<style>
span { border-color: #C48779; }
span { border-color: rgb(196,135,121); }
td.TdClassName
{
border-color: #C48779;
}
.TagClassName
{
border-color: #C48779;
}
</style>