Shades of Brandy Rose #C7817A
Tints of Brandy Rose #C7817A
RGB
CMYK
RGB Variations
Color information
#C7817A (or 0xC7817A) is known color: Brandy Rose. HEX triplet: C7, 81 and 7A. RGB value is (199,129,122). Sum of RGB (Red+Green+Blue) = 199+129+122=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7817A is #387E85. Grayscale: #959595. Windows color (decimal): -3702406 or 8028615. OLE color: 8028615.
HSL color Cylindrical-coordinate representation of color #C7817A: hue angle of 5.45º 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 #C7817A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 122 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.22 |
| HSL | 5.45º | 0.41% | 0.63% | - |
| HSV(B) | 5.45º | 0.39% | 0.78% | - |
| XYZ | 34.92 | 29.25 | 22.22 | - |
| YUV | 149.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 122 | 0 | 0.35 | 0.39 | 0.22 | 5.45 | 0.41 | 0.63 |
| Hex | C7 | 81 | 7A | 0 | 23 | 27 | 16 | 5 | 29 | 3F |
| Octal | 307 | 201 | 172 | 0 | 43 | 47 | 26 | 5 | 51 | 77 |
| Binary | 11000111 | 10000001 | 1111010 | 0 | 100011 | 100111 | 10110 | 101 | 101001 | 111111 |
Color Harmonies of #C7817A
Complementary color
Monochromatic Colors of #C7817A
Black with #C7817A
Text Example
Text Example
White with #C7817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7817A; }
p { color: rgb(199,129,122); }
H1.HeaderClassName
{
color: #C7817A;
}
.AnyTagClassName
{
color: #C7817A;
}
</style>
background-color css
<style>
a { background-color: #C7817A; }
a { background-color: rgb(199,129,122); }
div.DivClassName
{
background-color: #C7817A;
}
.BgClassName
{
background-color: #C7817A;
}
</style>
border-color css
<style>
span { border-color: #C7817A; }
span { border-color: rgb(199,129,122); }
td.TdClassName
{
border-color: #C7817A;
}
.TagClassName
{
border-color: #C7817A;
}
</style>