Shades of Brandy Rose #C07F71
Tints of Brandy Rose #C07F71
RGB
CMYK
RGB Variations
Color information
#C07F71 (or 0xC07F71) is known color: Brandy Rose. HEX triplet: C0, 7F and 71. RGB value is (192,127,113). Sum of RGB (Red+Green+Blue) = 192+127+113=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F71 is #3F808E. Grayscale: #909090. Windows color (decimal): -4161679 or 7438272. OLE color: 7438272.
HSL color Cylindrical-coordinate representation of color #C07F71: hue angle of 10.63º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07F71 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 113 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.25 |
| HSL | 10.63º | 0.39% | 0.6% | - |
| HSV(B) | 10.63º | 0.41% | 0.75% | - |
| XYZ | 32.31 | 27.58 | 19.24 | - |
| YUV | 144.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 113 | 0 | 0.34 | 0.41 | 0.25 | 10.63 | 0.39 | 0.6 |
| Hex | C0 | 7F | 71 | 0 | 22 | 29 | 19 | B | 27 | 3C |
| Octal | 300 | 177 | 161 | 0 | 42 | 51 | 31 | 13 | 47 | 74 |
| Binary | 11000000 | 1111111 | 1110001 | 0 | 100010 | 101001 | 11001 | 1011 | 100111 | 111100 |
Color Harmonies of #C07F71
Complementary color
Monochromatic Colors of #C07F71
Black with #C07F71
Text Example
Text Example
White with #C07F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F71; }
p { color: rgb(192,127,113); }
H1.HeaderClassName
{
color: #C07F71;
}
.AnyTagClassName
{
color: #C07F71;
}
</style>
background-color css
<style>
a { background-color: #C07F71; }
a { background-color: rgb(192,127,113); }
div.DivClassName
{
background-color: #C07F71;
}
.BgClassName
{
background-color: #C07F71;
}
</style>
border-color css
<style>
span { border-color: #C07F71; }
span { border-color: rgb(192,127,113); }
td.TdClassName
{
border-color: #C07F71;
}
.TagClassName
{
border-color: #C07F71;
}
</style>