Shades of Brandy Rose #C0817A
Tints of Brandy Rose #C0817A
RGB
CMYK
RGB Variations
Color information
#C0817A (or 0xC0817A) is known color: Brandy Rose. HEX triplet: C0, 81 and 7A. RGB value is (192,129,122). Sum of RGB (Red+Green+Blue) = 192+129+122=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0817A is #3F7E85. Grayscale: #939393. Windows color (decimal): -4161158 or 8028608. OLE color: 8028608.
HSL color Cylindrical-coordinate representation of color #C0817A: hue angle of 6º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0817A is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 122 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.25 |
| HSL | 6º | 0.36% | 0.62% | - |
| HSV(B) | 6º | 0.36% | 0.75% | - |
| XYZ | 33.1 | 28.31 | 22.13 | - |
| YUV | 147.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 122 | 0 | 0.33 | 0.36 | 0.25 | 6 | 0.36 | 0.62 |
| Hex | C0 | 81 | 7A | 0 | 21 | 24 | 19 | 6 | 24 | 3E |
| Octal | 300 | 201 | 172 | 0 | 41 | 44 | 31 | 6 | 44 | 76 |
| Binary | 11000000 | 10000001 | 1111010 | 0 | 100001 | 100100 | 11001 | 110 | 100100 | 111110 |
Color Harmonies of #C0817A
Complementary color
Monochromatic Colors of #C0817A
Black with #C0817A
Text Example
Text Example
White with #C0817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0817A; }
p { color: rgb(192,129,122); }
H1.HeaderClassName
{
color: #C0817A;
}
.AnyTagClassName
{
color: #C0817A;
}
</style>
background-color css
<style>
a { background-color: #C0817A; }
a { background-color: rgb(192,129,122); }
div.DivClassName
{
background-color: #C0817A;
}
.BgClassName
{
background-color: #C0817A;
}
</style>
border-color css
<style>
span { border-color: #C0817A; }
span { border-color: rgb(192,129,122); }
td.TdClassName
{
border-color: #C0817A;
}
.TagClassName
{
border-color: #C0817A;
}
</style>