Shades of Brandy Rose #C7807A
Tints of Brandy Rose #C7807A
RGB
CMYK
RGB Variations
Color information
#C7807A (or 0xC7807A) is known color: Brandy Rose. HEX triplet: C7, 80 and 7A. RGB value is (199,128,122). Sum of RGB (Red+Green+Blue) = 199+128+122=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7807A is #387F85. Grayscale: #949494. Windows color (decimal): -3702662 or 8028359. OLE color: 8028359.
HSL color Cylindrical-coordinate representation of color #C7807A: hue angle of 4.68º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7807A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 122 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.22 |
| HSL | 4.68º | 0.41% | 0.63% | - |
| HSV(B) | 4.68º | 0.39% | 0.78% | - |
| XYZ | 34.79 | 28.99 | 22.17 | - |
| YUV | 148.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 122 | 0 | 0.36 | 0.39 | 0.22 | 4.68 | 0.41 | 0.63 |
| Hex | C7 | 80 | 7A | 0 | 24 | 27 | 16 | 5 | 29 | 3F |
| Octal | 307 | 200 | 172 | 0 | 44 | 47 | 26 | 5 | 51 | 77 |
| Binary | 11000111 | 10000000 | 1111010 | 0 | 100100 | 100111 | 10110 | 101 | 101001 | 111111 |
Color Harmonies of #C7807A
Complementary color
Monochromatic Colors of #C7807A
Black with #C7807A
Text Example
Text Example
White with #C7807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7807A; }
p { color: rgb(199,128,122); }
H1.HeaderClassName
{
color: #C7807A;
}
.AnyTagClassName
{
color: #C7807A;
}
</style>
background-color css
<style>
a { background-color: #C7807A; }
a { background-color: rgb(199,128,122); }
div.DivClassName
{
background-color: #C7807A;
}
.BgClassName
{
background-color: #C7807A;
}
</style>
border-color css
<style>
span { border-color: #C7807A; }
span { border-color: rgb(199,128,122); }
td.TdClassName
{
border-color: #C7807A;
}
.TagClassName
{
border-color: #C7807A;
}
</style>