Shades of Brandy Rose #C0826D
Tints of Brandy Rose #C0826D
RGB
CMYK
RGB Variations
Color information
#C0826D (or 0xC0826D) is known color: Brandy Rose. HEX triplet: C0, 82 and 6D. RGB value is (192,130,109). Sum of RGB (Red+Green+Blue) = 192+130+109=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0826D is #3F7D92. Grayscale: #929292. Windows color (decimal): -4160915 or 7176896. OLE color: 7176896.
HSL color Cylindrical-coordinate representation of color #C0826D: hue angle of 15.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0826D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 109 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.25 |
| HSL | 15.18º | 0.4% | 0.59% | - |
| HSV(B) | 15.18º | 0.43% | 0.75% | - |
| XYZ | 32.48 | 28.28 | 18.21 | - |
| YUV | 146.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 109 | 0 | 0.32 | 0.43 | 0.25 | 15.18 | 0.4 | 0.59 |
| Hex | C0 | 82 | 6D | 0 | 20 | 2B | 19 | F | 28 | 3B |
| Octal | 300 | 202 | 155 | 0 | 40 | 53 | 31 | 17 | 50 | 73 |
| Binary | 11000000 | 10000010 | 1101101 | 0 | 100000 | 101011 | 11001 | 1111 | 101000 | 111011 |
Color Harmonies of #C0826D
Complementary color
Monochromatic Colors of #C0826D
Black with #C0826D
Text Example
Text Example
White with #C0826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0826D; }
p { color: rgb(192,130,109); }
H1.HeaderClassName
{
color: #C0826D;
}
.AnyTagClassName
{
color: #C0826D;
}
</style>
background-color css
<style>
a { background-color: #C0826D; }
a { background-color: rgb(192,130,109); }
div.DivClassName
{
background-color: #C0826D;
}
.BgClassName
{
background-color: #C0826D;
}
</style>
border-color css
<style>
span { border-color: #C0826D; }
span { border-color: rgb(192,130,109); }
td.TdClassName
{
border-color: #C0826D;
}
.TagClassName
{
border-color: #C0826D;
}
</style>