Shades of Brandy Rose #C78072
Tints of Brandy Rose #C78072
RGB
CMYK
RGB Variations
Color information
#C78072 (or 0xC78072) is known color: Brandy Rose. HEX triplet: C7, 80 and 72. RGB value is (199,128,114). Sum of RGB (Red+Green+Blue) = 199+128+114=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C78072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78072 is #387F8D. Grayscale: #939393. Windows color (decimal): -3702670 or 7504071. OLE color: 7504071.
HSL color Cylindrical-coordinate representation of color #C78072: hue angle of 9.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78072 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 114 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.22 |
| HSL | 9.88º | 0.43% | 0.61% | - |
| HSV(B) | 9.88º | 0.43% | 0.78% | - |
| XYZ | 34.31 | 28.8 | 19.67 | - |
| YUV | 147.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 114 | 0 | 0.36 | 0.43 | 0.22 | 9.88 | 0.43 | 0.61 |
| Hex | C7 | 80 | 72 | 0 | 24 | 2B | 16 | A | 2B | 3D |
| Octal | 307 | 200 | 162 | 0 | 44 | 53 | 26 | 12 | 53 | 75 |
| Binary | 11000111 | 10000000 | 1110010 | 0 | 100100 | 101011 | 10110 | 1010 | 101011 | 111101 |
Color Harmonies of #C78072
Complementary color
Monochromatic Colors of #C78072
Black with #C78072
Text Example
Text Example
White with #C78072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78072; }
p { color: rgb(199,128,114); }
H1.HeaderClassName
{
color: #C78072;
}
.AnyTagClassName
{
color: #C78072;
}
</style>
background-color css
<style>
a { background-color: #C78072; }
a { background-color: rgb(199,128,114); }
div.DivClassName
{
background-color: #C78072;
}
.BgClassName
{
background-color: #C78072;
}
</style>
border-color css
<style>
span { border-color: #C78072; }
span { border-color: rgb(199,128,114); }
td.TdClassName
{
border-color: #C78072;
}
.TagClassName
{
border-color: #C78072;
}
</style>