Shades of Brandy Rose #C07F76
Tints of Brandy Rose #C07F76
RGB
CMYK
RGB Variations
Color information
#C07F76 (or 0xC07F76) is known color: Brandy Rose. HEX triplet: C0, 7F and 76. RGB value is (192,127,118). Sum of RGB (Red+Green+Blue) = 192+127+118=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F76 is #3F8089. Grayscale: #919191. Windows color (decimal): -4161674 or 7765952. OLE color: 7765952.
HSL color Cylindrical-coordinate representation of color #C07F76: hue angle of 7.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07F76 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 118 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.25 |
| HSL | 7.3º | 0.37% | 0.61% | - |
| HSV(B) | 7.3º | 0.39% | 0.75% | - |
| XYZ | 32.6 | 27.69 | 20.77 | - |
| YUV | 145.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 118 | 0 | 0.34 | 0.39 | 0.25 | 7.3 | 0.37 | 0.61 |
| Hex | C0 | 7F | 76 | 0 | 22 | 27 | 19 | 7 | 25 | 3D |
| Octal | 300 | 177 | 166 | 0 | 42 | 47 | 31 | 7 | 45 | 75 |
| Binary | 11000000 | 1111111 | 1110110 | 0 | 100010 | 100111 | 11001 | 111 | 100101 | 111101 |
Color Harmonies of #C07F76
Complementary color
Monochromatic Colors of #C07F76
Black with #C07F76
Text Example
Text Example
White with #C07F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F76; }
p { color: rgb(192,127,118); }
H1.HeaderClassName
{
color: #C07F76;
}
.AnyTagClassName
{
color: #C07F76;
}
</style>
background-color css
<style>
a { background-color: #C07F76; }
a { background-color: rgb(192,127,118); }
div.DivClassName
{
background-color: #C07F76;
}
.BgClassName
{
background-color: #C07F76;
}
</style>
border-color css
<style>
span { border-color: #C07F76; }
span { border-color: rgb(192,127,118); }
td.TdClassName
{
border-color: #C07F76;
}
.TagClassName
{
border-color: #C07F76;
}
</style>