Shades of Brandy Rose #C07E6C
Tints of Brandy Rose #C07E6C
RGB
CMYK
RGB Variations
Color information
#C07E6C (or 0xC07E6C) is known color: Brandy Rose. HEX triplet: C0, 7E and 6C. RGB value is (192,126,108). Sum of RGB (Red+Green+Blue) = 192+126+108=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E6C is #3F8193. Grayscale: #8F8F8F. Windows color (decimal): -4161940 or 7110336. OLE color: 7110336.
HSL color Cylindrical-coordinate representation of color #C07E6C: hue angle of 12.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07E6C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 108 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.25 |
| HSL | 12.86º | 0.4% | 0.59% | - |
| HSV(B) | 12.86º | 0.44% | 0.75% | - |
| XYZ | 31.91 | 27.21 | 17.76 | - |
| YUV | 143.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 108 | 0 | 0.34 | 0.44 | 0.25 | 12.86 | 0.4 | 0.59 |
| Hex | C0 | 7E | 6C | 0 | 22 | 2C | 19 | D | 28 | 3B |
| Octal | 300 | 176 | 154 | 0 | 42 | 54 | 31 | 15 | 50 | 73 |
| Binary | 11000000 | 1111110 | 1101100 | 0 | 100010 | 101100 | 11001 | 1101 | 101000 | 111011 |
Color Harmonies of #C07E6C
Complementary color
Monochromatic Colors of #C07E6C
Black with #C07E6C
Text Example
Text Example
White with #C07E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E6C; }
p { color: rgb(192,126,108); }
H1.HeaderClassName
{
color: #C07E6C;
}
.AnyTagClassName
{
color: #C07E6C;
}
</style>
background-color css
<style>
a { background-color: #C07E6C; }
a { background-color: rgb(192,126,108); }
div.DivClassName
{
background-color: #C07E6C;
}
.BgClassName
{
background-color: #C07E6C;
}
</style>
border-color css
<style>
span { border-color: #C07E6C; }
span { border-color: rgb(192,126,108); }
td.TdClassName
{
border-color: #C07E6C;
}
.TagClassName
{
border-color: #C07E6C;
}
</style>