Shades of Brandy Rose #C07E7E
Tints of Brandy Rose #C07E7E
RGB
CMYK
RGB Variations
Color information
#C07E7E (or 0xC07E7E) is known color: Brandy Rose. HEX triplet: C0, 7E and 7E. RGB value is (192,126,126). Sum of RGB (Red+Green+Blue) = 192+126+126=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E7E is #3F8181. Grayscale: #919191. Windows color (decimal): -4161922 or 8289984. OLE color: 8289984.
HSL color Cylindrical-coordinate representation of color #C07E7E: hue angle of 0º 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 #C07E7E is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 126 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.25 |
| HSL | 0º | 0.34% | 0.62% | - |
| HSV(B) | 0º | 0.34% | 0.75% | - |
| XYZ | 32.96 | 27.63 | 23.34 | - |
| YUV | 145.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 126 | 0 | 0.34 | 0.34 | 0.25 | 0 | 0.34 | 0.62 |
| Hex | C0 | 7E | 7E | 0 | 22 | 22 | 19 | 0 | 22 | 3E |
| Octal | 300 | 176 | 176 | 0 | 42 | 42 | 31 | 0 | 42 | 76 |
| Binary | 11000000 | 1111110 | 1111110 | 0 | 100010 | 100010 | 11001 | 0 | 100010 | 111110 |
Color Harmonies of #C07E7E
Complementary color
Monochromatic Colors of #C07E7E
Black with #C07E7E
Text Example
Text Example
White with #C07E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E7E; }
p { color: rgb(192,126,126); }
H1.HeaderClassName
{
color: #C07E7E;
}
.AnyTagClassName
{
color: #C07E7E;
}
</style>
background-color css
<style>
a { background-color: #C07E7E; }
a { background-color: rgb(192,126,126); }
div.DivClassName
{
background-color: #C07E7E;
}
.BgClassName
{
background-color: #C07E7E;
}
</style>
border-color css
<style>
span { border-color: #C07E7E; }
span { border-color: rgb(192,126,126); }
td.TdClassName
{
border-color: #C07E7E;
}
.TagClassName
{
border-color: #C07E7E;
}
</style>