Shades of Brandy Rose #C07F7E
Tints of Brandy Rose #C07F7E
RGB
CMYK
RGB Variations
Color information
#C07F7E (or 0xC07F7E) is known color: Brandy Rose. HEX triplet: C0, 7F and 7E. RGB value is (192,127,126). Sum of RGB (Red+Green+Blue) = 192+127+126=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F7E is #3F8081. Grayscale: #929292. Windows color (decimal): -4161666 or 8290240. OLE color: 8290240.
HSL color Cylindrical-coordinate representation of color #C07F7E: hue angle of 0.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 #C07F7E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 126 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.25 |
| HSL | 0.91º | 0.34% | 0.62% | - |
| HSV(B) | 0.91º | 0.34% | 0.75% | - |
| XYZ | 33.09 | 27.89 | 23.38 | - |
| YUV | 146.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 126 | 0 | 0.34 | 0.34 | 0.25 | 0.91 | 0.34 | 0.62 |
| Hex | C0 | 7F | 7E | 0 | 22 | 22 | 19 | 1 | 22 | 3E |
| Octal | 300 | 177 | 176 | 0 | 42 | 42 | 31 | 1 | 42 | 76 |
| Binary | 11000000 | 1111111 | 1111110 | 0 | 100010 | 100010 | 11001 | 1 | 100010 | 111110 |
Color Harmonies of #C07F7E
Complementary color
Monochromatic Colors of #C07F7E
Black with #C07F7E
Text Example
Text Example
White with #C07F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F7E; }
p { color: rgb(192,127,126); }
H1.HeaderClassName
{
color: #C07F7E;
}
.AnyTagClassName
{
color: #C07F7E;
}
</style>
background-color css
<style>
a { background-color: #C07F7E; }
a { background-color: rgb(192,127,126); }
div.DivClassName
{
background-color: #C07F7E;
}
.BgClassName
{
background-color: #C07F7E;
}
</style>
border-color css
<style>
span { border-color: #C07F7E; }
span { border-color: rgb(192,127,126); }
td.TdClassName
{
border-color: #C07F7E;
}
.TagClassName
{
border-color: #C07F7E;
}
</style>