Shades of Brandy Rose #C08474
Tints of Brandy Rose #C08474
RGB
CMYK
RGB Variations
Color information
#C08474 (or 0xC08474) is known color: Brandy Rose. HEX triplet: C0, 84 and 74. RGB value is (192,132,116). Sum of RGB (Red+Green+Blue) = 192+132+116=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08474 is #3F7B8B. Grayscale: #949494. Windows color (decimal): -4160396 or 7636160. OLE color: 7636160.
HSL color Cylindrical-coordinate representation of color #C08474: hue angle of 12.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08474 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 116 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.25 |
| HSL | 12.63º | 0.38% | 0.6% | - |
| HSV(B) | 12.63º | 0.4% | 0.75% | - |
| XYZ | 33.14 | 28.97 | 20.37 | - |
| YUV | 148.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 116 | 0 | 0.31 | 0.40 | 0.25 | 12.63 | 0.38 | 0.6 |
| Hex | C0 | 84 | 74 | 0 | 1F | 28 | 19 | D | 26 | 3C |
| Octal | 300 | 204 | 164 | 0 | 37 | 50 | 31 | 15 | 46 | 74 |
| Binary | 11000000 | 10000100 | 1110100 | 0 | 11111 | 101000 | 11001 | 1101 | 100110 | 111100 |
Color Harmonies of #C08474
Complementary color
Monochromatic Colors of #C08474
Black with #C08474
Text Example
Text Example
White with #C08474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08474; }
p { color: rgb(192,132,116); }
H1.HeaderClassName
{
color: #C08474;
}
.AnyTagClassName
{
color: #C08474;
}
</style>
background-color css
<style>
a { background-color: #C08474; }
a { background-color: rgb(192,132,116); }
div.DivClassName
{
background-color: #C08474;
}
.BgClassName
{
background-color: #C08474;
}
</style>
border-color css
<style>
span { border-color: #C08474; }
span { border-color: rgb(192,132,116); }
td.TdClassName
{
border-color: #C08474;
}
.TagClassName
{
border-color: #C08474;
}
</style>