Shades of Brandy Rose #C08778
Tints of Brandy Rose #C08778
RGB
CMYK
RGB Variations
Color information
#C08778 (or 0xC08778) is known color: Brandy Rose. HEX triplet: C0, 87 and 78. RGB value is (192,135,120). Sum of RGB (Red+Green+Blue) = 192+135+120=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C08778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08778 is #3F7887. Grayscale: #969696. Windows color (decimal): -4159624 or 7899072. OLE color: 7899072.
HSL color Cylindrical-coordinate representation of color #C08778: hue angle of 12.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08778 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 120 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.25 |
| HSL | 12.5º | 0.36% | 0.61% | - |
| HSV(B) | 12.5º | 0.38% | 0.75% | - |
| XYZ | 33.79 | 29.89 | 21.76 | - |
| YUV | 150.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 120 | 0 | 0.30 | 0.38 | 0.25 | 12.5 | 0.36 | 0.61 |
| Hex | C0 | 87 | 78 | 0 | 1E | 26 | 19 | C | 24 | 3D |
| Octal | 300 | 207 | 170 | 0 | 36 | 46 | 31 | 14 | 44 | 75 |
| Binary | 11000000 | 10000111 | 1111000 | 0 | 11110 | 100110 | 11001 | 1100 | 100100 | 111101 |
Color Harmonies of #C08778
Complementary color
Monochromatic Colors of #C08778
Black with #C08778
Text Example
Text Example
White with #C08778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08778; }
p { color: rgb(192,135,120); }
H1.HeaderClassName
{
color: #C08778;
}
.AnyTagClassName
{
color: #C08778;
}
</style>
background-color css
<style>
a { background-color: #C08778; }
a { background-color: rgb(192,135,120); }
div.DivClassName
{
background-color: #C08778;
}
.BgClassName
{
background-color: #C08778;
}
</style>
border-color css
<style>
span { border-color: #C08778; }
span { border-color: rgb(192,135,120); }
td.TdClassName
{
border-color: #C08778;
}
.TagClassName
{
border-color: #C08778;
}
</style>