Shades of Brandy Rose #C08076
Tints of Brandy Rose #C08076
RGB
CMYK
RGB Variations
Color information
#C08076 (or 0xC08076) is known color: Brandy Rose. HEX triplet: C0, 80 and 76. RGB value is (192,128,118). Sum of RGB (Red+Green+Blue) = 192+128+118=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08076 is #3F7F89. Grayscale: #929292. Windows color (decimal): -4161418 or 7766208. OLE color: 7766208.
HSL color Cylindrical-coordinate representation of color #C08076: hue angle of 8.11º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08076 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 118 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.25 |
| HSL | 8.11º | 0.37% | 0.61% | - |
| HSV(B) | 8.11º | 0.39% | 0.75% | - |
| XYZ | 32.73 | 27.95 | 20.81 | - |
| YUV | 146 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 118 | 0 | 0.33 | 0.39 | 0.25 | 8.11 | 0.37 | 0.61 |
| Hex | C0 | 80 | 76 | 0 | 21 | 27 | 19 | 8 | 25 | 3D |
| Octal | 300 | 200 | 166 | 0 | 41 | 47 | 31 | 10 | 45 | 75 |
| Binary | 11000000 | 10000000 | 1110110 | 0 | 100001 | 100111 | 11001 | 1000 | 100101 | 111101 |
Color Harmonies of #C08076
Complementary color
Monochromatic Colors of #C08076
Black with #C08076
Text Example
Text Example
White with #C08076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08076; }
p { color: rgb(192,128,118); }
H1.HeaderClassName
{
color: #C08076;
}
.AnyTagClassName
{
color: #C08076;
}
</style>
background-color css
<style>
a { background-color: #C08076; }
a { background-color: rgb(192,128,118); }
div.DivClassName
{
background-color: #C08076;
}
.BgClassName
{
background-color: #C08076;
}
</style>
border-color css
<style>
span { border-color: #C08076; }
span { border-color: rgb(192,128,118); }
td.TdClassName
{
border-color: #C08076;
}
.TagClassName
{
border-color: #C08076;
}
</style>