Shades of Brandy Rose #C08276
Tints of Brandy Rose #C08276
RGB
CMYK
RGB Variations
Color information
#C08276 (or 0xC08276) is known color: Brandy Rose. HEX triplet: C0, 82 and 76. RGB value is (192,130,118). Sum of RGB (Red+Green+Blue) = 192+130+118=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08276 is #3F7D89. Grayscale: #939393. Windows color (decimal): -4160906 or 7766720. OLE color: 7766720.
HSL color Cylindrical-coordinate representation of color #C08276: hue angle of 9.73º 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 #C08276 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 118 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.25 |
| HSL | 9.73º | 0.37% | 0.61% | - |
| HSV(B) | 9.73º | 0.39% | 0.75% | - |
| XYZ | 32.99 | 28.48 | 20.9 | - |
| YUV | 147.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 118 | 0 | 0.32 | 0.39 | 0.25 | 9.73 | 0.37 | 0.61 |
| Hex | C0 | 82 | 76 | 0 | 20 | 27 | 19 | A | 25 | 3D |
| Octal | 300 | 202 | 166 | 0 | 40 | 47 | 31 | 12 | 45 | 75 |
| Binary | 11000000 | 10000010 | 1110110 | 0 | 100000 | 100111 | 11001 | 1010 | 100101 | 111101 |
Color Harmonies of #C08276
Complementary color
Monochromatic Colors of #C08276
Black with #C08276
Text Example
Text Example
White with #C08276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08276; }
p { color: rgb(192,130,118); }
H1.HeaderClassName
{
color: #C08276;
}
.AnyTagClassName
{
color: #C08276;
}
</style>
background-color css
<style>
a { background-color: #C08276; }
a { background-color: rgb(192,130,118); }
div.DivClassName
{
background-color: #C08276;
}
.BgClassName
{
background-color: #C08276;
}
</style>
border-color css
<style>
span { border-color: #C08276; }
span { border-color: rgb(192,130,118); }
td.TdClassName
{
border-color: #C08276;
}
.TagClassName
{
border-color: #C08276;
}
</style>