Shades of Brandy Rose #C7827A
Tints of Brandy Rose #C7827A
RGB
CMYK
RGB Variations
Color information
#C7827A (or 0xC7827A) is known color: Brandy Rose. HEX triplet: C7, 82 and 7A. RGB value is (199,130,122). Sum of RGB (Red+Green+Blue) = 199+130+122=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7827A is #387D85. Grayscale: #959595. Windows color (decimal): -3702150 or 8028871. OLE color: 8028871.
HSL color Cylindrical-coordinate representation of color #C7827A: hue angle of 6.23º 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 #C7827A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 122 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.22 |
| HSL | 6.23º | 0.41% | 0.63% | - |
| HSV(B) | 6.23º | 0.39% | 0.78% | - |
| XYZ | 35.05 | 29.51 | 22.26 | - |
| YUV | 149.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 122 | 0 | 0.35 | 0.39 | 0.22 | 6.23 | 0.41 | 0.63 |
| Hex | C7 | 82 | 7A | 0 | 23 | 27 | 16 | 6 | 29 | 3F |
| Octal | 307 | 202 | 172 | 0 | 43 | 47 | 26 | 6 | 51 | 77 |
| Binary | 11000111 | 10000010 | 1111010 | 0 | 100011 | 100111 | 10110 | 110 | 101001 | 111111 |
Color Harmonies of #C7827A
Complementary color
Monochromatic Colors of #C7827A
Black with #C7827A
Text Example
Text Example
White with #C7827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7827A; }
p { color: rgb(199,130,122); }
H1.HeaderClassName
{
color: #C7827A;
}
.AnyTagClassName
{
color: #C7827A;
}
</style>
background-color css
<style>
a { background-color: #C7827A; }
a { background-color: rgb(199,130,122); }
div.DivClassName
{
background-color: #C7827A;
}
.BgClassName
{
background-color: #C7827A;
}
</style>
border-color css
<style>
span { border-color: #C7827A; }
span { border-color: rgb(199,130,122); }
td.TdClassName
{
border-color: #C7827A;
}
.TagClassName
{
border-color: #C7827A;
}
</style>