Shades of Brandy Rose #C38879
Tints of Brandy Rose #C38879
RGB
CMYK
RGB Variations
Color information
#C38879 (or 0xC38879) is known color: Brandy Rose. HEX triplet: C3, 88 and 79. RGB value is (195,136,121). Sum of RGB (Red+Green+Blue) = 195+136+121=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38879 is #3C7786. Grayscale: #989898. Windows color (decimal): -3962759 or 7964867. OLE color: 7964867.
HSL color Cylindrical-coordinate representation of color #C38879: hue angle of 12.16º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38879 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 121 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.24 |
| HSL | 12.16º | 0.38% | 0.62% | - |
| HSV(B) | 12.16º | 0.38% | 0.76% | - |
| XYZ | 34.76 | 30.59 | 22.16 | - |
| YUV | 151.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 121 | 0 | 0.30 | 0.38 | 0.24 | 12.16 | 0.38 | 0.62 |
| Hex | C3 | 88 | 79 | 0 | 1E | 26 | 18 | C | 26 | 3E |
| Octal | 303 | 210 | 171 | 0 | 36 | 46 | 30 | 14 | 46 | 76 |
| Binary | 11000011 | 10001000 | 1111001 | 0 | 11110 | 100110 | 11000 | 1100 | 100110 | 111110 |
Color Harmonies of #C38879
Complementary color
Monochromatic Colors of #C38879
Black with #C38879
Text Example
Text Example
White with #C38879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38879; }
p { color: rgb(195,136,121); }
H1.HeaderClassName
{
color: #C38879;
}
.AnyTagClassName
{
color: #C38879;
}
</style>
background-color css
<style>
a { background-color: #C38879; }
a { background-color: rgb(195,136,121); }
div.DivClassName
{
background-color: #C38879;
}
.BgClassName
{
background-color: #C38879;
}
</style>
border-color css
<style>
span { border-color: #C38879; }
span { border-color: rgb(195,136,121); }
td.TdClassName
{
border-color: #C38879;
}
.TagClassName
{
border-color: #C38879;
}
</style>