Shades of Brandy Rose #C08C7E
Tints of Brandy Rose #C08C7E
RGB
CMYK
RGB Variations
Color information
#C08C7E (or 0xC08C7E) is known color: Brandy Rose. HEX triplet: C0, 8C and 7E. RGB value is (192,140,126). Sum of RGB (Red+Green+Blue) = 192+140+126=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C7E is #3F7381. Grayscale: #9A9A9A. Windows color (decimal): -4158338 or 8293568. OLE color: 8293568.
HSL color Cylindrical-coordinate representation of color #C08C7E: hue angle of 12.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C08C7E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 126 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.25 |
| HSL | 12.73º | 0.34% | 0.62% | - |
| HSV(B) | 12.73º | 0.34% | 0.75% | - |
| XYZ | 34.88 | 31.47 | 23.97 | - |
| YUV | 153.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 126 | 0 | 0.27 | 0.34 | 0.25 | 12.73 | 0.34 | 0.62 |
| Hex | C0 | 8C | 7E | 0 | 1B | 22 | 19 | D | 22 | 3E |
| Octal | 300 | 214 | 176 | 0 | 33 | 42 | 31 | 15 | 42 | 76 |
| Binary | 11000000 | 10001100 | 1111110 | 0 | 11011 | 100010 | 11001 | 1101 | 100010 | 111110 |
Color Harmonies of #C08C7E
Complementary color
Monochromatic Colors of #C08C7E
Black with #C08C7E
Text Example
Text Example
White with #C08C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C7E; }
p { color: rgb(192,140,126); }
H1.HeaderClassName
{
color: #C08C7E;
}
.AnyTagClassName
{
color: #C08C7E;
}
</style>
background-color css
<style>
a { background-color: #C08C7E; }
a { background-color: rgb(192,140,126); }
div.DivClassName
{
background-color: #C08C7E;
}
.BgClassName
{
background-color: #C08C7E;
}
</style>
border-color css
<style>
span { border-color: #C08C7E; }
span { border-color: rgb(192,140,126); }
td.TdClassName
{
border-color: #C08C7E;
}
.TagClassName
{
border-color: #C08C7E;
}
</style>