Shades of Brandy Rose #C08270
Tints of Brandy Rose #C08270
RGB
CMYK
RGB Variations
Color information
#C08270 (or 0xC08270) is known color: Brandy Rose. HEX triplet: C0, 82 and 70. RGB value is (192,130,112). Sum of RGB (Red+Green+Blue) = 192+130+112=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C08270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08270 is #3F7D8F. Grayscale: #929292. Windows color (decimal): -4160912 or 7373504. OLE color: 7373504.
HSL color Cylindrical-coordinate representation of color #C08270: hue angle of 13.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08270 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 112 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.25 |
| HSL | 13.5º | 0.39% | 0.6% | - |
| HSV(B) | 13.5º | 0.42% | 0.75% | - |
| XYZ | 32.65 | 28.34 | 19.08 | - |
| YUV | 146.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 112 | 0 | 0.32 | 0.42 | 0.25 | 13.5 | 0.39 | 0.6 |
| Hex | C0 | 82 | 70 | 0 | 20 | 2A | 19 | E | 27 | 3C |
| Octal | 300 | 202 | 160 | 0 | 40 | 52 | 31 | 16 | 47 | 74 |
| Binary | 11000000 | 10000010 | 1110000 | 0 | 100000 | 101010 | 11001 | 1110 | 100111 | 111100 |
Color Harmonies of #C08270
Complementary color
Monochromatic Colors of #C08270
Black with #C08270
Text Example
Text Example
White with #C08270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08270; }
p { color: rgb(192,130,112); }
H1.HeaderClassName
{
color: #C08270;
}
.AnyTagClassName
{
color: #C08270;
}
</style>
background-color css
<style>
a { background-color: #C08270; }
a { background-color: rgb(192,130,112); }
div.DivClassName
{
background-color: #C08270;
}
.BgClassName
{
background-color: #C08270;
}
</style>
border-color css
<style>
span { border-color: #C08270; }
span { border-color: rgb(192,130,112); }
td.TdClassName
{
border-color: #C08270;
}
.TagClassName
{
border-color: #C08270;
}
</style>