Shades of Brandy Rose #C07B78
Tints of Brandy Rose #C07B78
RGB
CMYK
RGB Variations
Color information
#C07B78 (or 0xC07B78) is known color: Brandy Rose. HEX triplet: C0, 7B and 78. RGB value is (192,123,120). Sum of RGB (Red+Green+Blue) = 192+123+120=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B78 is #3F8487. Grayscale: #8F8F8F. Windows color (decimal): -4162696 or 7896000. OLE color: 7896000.
HSL color Cylindrical-coordinate representation of color #C07B78: hue angle of 2.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07B78 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 120 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.25 |
| HSL | 2.5º | 0.36% | 0.61% | - |
| HSV(B) | 2.5º | 0.38% | 0.75% | - |
| XYZ | 32.21 | 26.73 | 21.23 | - |
| YUV | 143.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 120 | 0 | 0.36 | 0.38 | 0.25 | 2.5 | 0.36 | 0.61 |
| Hex | C0 | 7B | 78 | 0 | 24 | 26 | 19 | 2 | 24 | 3D |
| Octal | 300 | 173 | 170 | 0 | 44 | 46 | 31 | 2 | 44 | 75 |
| Binary | 11000000 | 1111011 | 1111000 | 0 | 100100 | 100110 | 11001 | 10 | 100100 | 111101 |
Color Harmonies of #C07B78
Complementary color
Monochromatic Colors of #C07B78
Black with #C07B78
Text Example
Text Example
White with #C07B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B78; }
p { color: rgb(192,123,120); }
H1.HeaderClassName
{
color: #C07B78;
}
.AnyTagClassName
{
color: #C07B78;
}
</style>
background-color css
<style>
a { background-color: #C07B78; }
a { background-color: rgb(192,123,120); }
div.DivClassName
{
background-color: #C07B78;
}
.BgClassName
{
background-color: #C07B78;
}
</style>
border-color css
<style>
span { border-color: #C07B78; }
span { border-color: rgb(192,123,120); }
td.TdClassName
{
border-color: #C07B78;
}
.TagClassName
{
border-color: #C07B78;
}
</style>