Shades of Brandy Rose #C07F7A
Tints of Brandy Rose #C07F7A
RGB
CMYK
RGB Variations
Color information
#C07F7A (or 0xC07F7A) is known color: Brandy Rose. HEX triplet: C0, 7F and 7A. RGB value is (192,127,122). Sum of RGB (Red+Green+Blue) = 192+127+122=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F7A is #3F8085. Grayscale: #919191. Windows color (decimal): -4161670 or 8028096. OLE color: 8028096.
HSL color Cylindrical-coordinate representation of color #C07F7A: hue angle of 4.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07F7A is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 122 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.25 |
| HSL | 4.29º | 0.36% | 0.62% | - |
| HSV(B) | 4.29º | 0.36% | 0.75% | - |
| XYZ | 32.84 | 27.79 | 22.05 | - |
| YUV | 145.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 122 | 0 | 0.34 | 0.36 | 0.25 | 4.29 | 0.36 | 0.62 |
| Hex | C0 | 7F | 7A | 0 | 22 | 24 | 19 | 4 | 24 | 3E |
| Octal | 300 | 177 | 172 | 0 | 42 | 44 | 31 | 4 | 44 | 76 |
| Binary | 11000000 | 1111111 | 1111010 | 0 | 100010 | 100100 | 11001 | 100 | 100100 | 111110 |
Color Harmonies of #C07F7A
Complementary color
Monochromatic Colors of #C07F7A
Black with #C07F7A
Text Example
Text Example
White with #C07F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F7A; }
p { color: rgb(192,127,122); }
H1.HeaderClassName
{
color: #C07F7A;
}
.AnyTagClassName
{
color: #C07F7A;
}
</style>
background-color css
<style>
a { background-color: #C07F7A; }
a { background-color: rgb(192,127,122); }
div.DivClassName
{
background-color: #C07F7A;
}
.BgClassName
{
background-color: #C07F7A;
}
</style>
border-color css
<style>
span { border-color: #C07F7A; }
span { border-color: rgb(192,127,122); }
td.TdClassName
{
border-color: #C07F7A;
}
.TagClassName
{
border-color: #C07F7A;
}
</style>