Shades of Brandy Rose #C08A7E
Tints of Brandy Rose #C08A7E
RGB
CMYK
RGB Variations
Color information
#C08A7E (or 0xC08A7E) is known color: Brandy Rose. HEX triplet: C0, 8A and 7E. RGB value is (192,138,126). Sum of RGB (Red+Green+Blue) = 192+138+126=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A7E is #3F7581. Grayscale: #989898. Windows color (decimal): -4158850 or 8293056. OLE color: 8293056.
HSL color Cylindrical-coordinate representation of color #C08A7E: hue angle of 10.91º 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 #C08A7E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 126 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.25 |
| HSL | 10.91º | 0.34% | 0.62% | - |
| HSV(B) | 10.91º | 0.34% | 0.75% | - |
| XYZ | 34.59 | 30.89 | 23.88 | - |
| YUV | 152.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 126 | 0 | 0.28 | 0.34 | 0.25 | 10.91 | 0.34 | 0.62 |
| Hex | C0 | 8A | 7E | 0 | 1C | 22 | 19 | B | 22 | 3E |
| Octal | 300 | 212 | 176 | 0 | 34 | 42 | 31 | 13 | 42 | 76 |
| Binary | 11000000 | 10001010 | 1111110 | 0 | 11100 | 100010 | 11001 | 1011 | 100010 | 111110 |
Color Harmonies of #C08A7E
Complementary color
Monochromatic Colors of #C08A7E
Black with #C08A7E
Text Example
Text Example
White with #C08A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A7E; }
p { color: rgb(192,138,126); }
H1.HeaderClassName
{
color: #C08A7E;
}
.AnyTagClassName
{
color: #C08A7E;
}
</style>
background-color css
<style>
a { background-color: #C08A7E; }
a { background-color: rgb(192,138,126); }
div.DivClassName
{
background-color: #C08A7E;
}
.BgClassName
{
background-color: #C08A7E;
}
</style>
border-color css
<style>
span { border-color: #C08A7E; }
span { border-color: rgb(192,138,126); }
td.TdClassName
{
border-color: #C08A7E;
}
.TagClassName
{
border-color: #C08A7E;
}
</style>