Shades of Brandy Rose #C08970
Tints of Brandy Rose #C08970
RGB
CMYK
RGB Variations
Color information
#C08970 (or 0xC08970) is known color: Brandy Rose. HEX triplet: C0, 89 and 70. RGB value is (192,137,112). Sum of RGB (Red+Green+Blue) = 192+137+112=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08970 is #3F768F. Grayscale: #969696. Windows color (decimal): -4159120 or 7375296. OLE color: 7375296.
HSL color Cylindrical-coordinate representation of color #C08970: hue angle of 18.75º 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 #C08970 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 112 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.25 |
| HSL | 18.75º | 0.39% | 0.6% | - |
| HSV(B) | 18.75º | 0.42% | 0.75% | - |
| XYZ | 33.61 | 30.27 | 19.4 | - |
| YUV | 150.6 | 106.22 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 112 | 0 | 0.29 | 0.42 | 0.25 | 18.75 | 0.39 | 0.6 |
| Hex | C0 | 89 | 70 | 0 | 1D | 2A | 19 | 13 | 27 | 3C |
| Octal | 300 | 211 | 160 | 0 | 35 | 52 | 31 | 23 | 47 | 74 |
| Binary | 11000000 | 10001001 | 1110000 | 0 | 11101 | 101010 | 11001 | 10011 | 100111 | 111100 |
Color Harmonies of #C08970
Complementary color
Monochromatic Colors of #C08970
Black with #C08970
Text Example
Text Example
White with #C08970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08970; }
p { color: rgb(192,137,112); }
H1.HeaderClassName
{
color: #C08970;
}
.AnyTagClassName
{
color: #C08970;
}
</style>
background-color css
<style>
a { background-color: #C08970; }
a { background-color: rgb(192,137,112); }
div.DivClassName
{
background-color: #C08970;
}
.BgClassName
{
background-color: #C08970;
}
</style>
border-color css
<style>
span { border-color: #C08970; }
span { border-color: rgb(192,137,112); }
td.TdClassName
{
border-color: #C08970;
}
.TagClassName
{
border-color: #C08970;
}
</style>