Shades of Brandy Rose #C28578
Tints of Brandy Rose #C28578
RGB
CMYK
RGB Variations
Color information
#C28578 (or 0xC28578) is known color: Brandy Rose. HEX triplet: C2, 85 and 78. RGB value is (194,133,120). Sum of RGB (Red+Green+Blue) = 194+133+120=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28578 is #3D7A87. Grayscale: #959595. Windows color (decimal): -4029064 or 7898562. OLE color: 7898562.
HSL color Cylindrical-coordinate representation of color #C28578: hue angle of 10.54º 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 #C28578 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 120 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.24 |
| HSL | 10.54º | 0.38% | 0.62% | - |
| HSV(B) | 10.54º | 0.38% | 0.76% | - |
| XYZ | 34.03 | 29.6 | 21.69 | - |
| YUV | 149.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 120 | 0 | 0.31 | 0.38 | 0.24 | 10.54 | 0.38 | 0.62 |
| Hex | C2 | 85 | 78 | 0 | 1F | 26 | 18 | B | 26 | 3E |
| Octal | 302 | 205 | 170 | 0 | 37 | 46 | 30 | 13 | 46 | 76 |
| Binary | 11000010 | 10000101 | 1111000 | 0 | 11111 | 100110 | 11000 | 1011 | 100110 | 111110 |
Color Harmonies of #C28578
Complementary color
Monochromatic Colors of #C28578
Black with #C28578
Text Example
Text Example
White with #C28578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28578; }
p { color: rgb(194,133,120); }
H1.HeaderClassName
{
color: #C28578;
}
.AnyTagClassName
{
color: #C28578;
}
</style>
background-color css
<style>
a { background-color: #C28578; }
a { background-color: rgb(194,133,120); }
div.DivClassName
{
background-color: #C28578;
}
.BgClassName
{
background-color: #C28578;
}
</style>
border-color css
<style>
span { border-color: #C28578; }
span { border-color: rgb(194,133,120); }
td.TdClassName
{
border-color: #C28578;
}
.TagClassName
{
border-color: #C28578;
}
</style>