Shades of Brandy Rose #C78073
Tints of Brandy Rose #C78073
RGB
CMYK
RGB Variations
Color information
#C78073 (or 0xC78073) is known color: Brandy Rose. HEX triplet: C7, 80 and 73. RGB value is (199,128,115). Sum of RGB (Red+Green+Blue) = 199+128+115=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C78073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78073 is #387F8C. Grayscale: #939393. Windows color (decimal): -3702669 or 7569607. OLE color: 7569607.
HSL color Cylindrical-coordinate representation of color #C78073: hue angle of 9.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78073 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 115 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.22 |
| HSL | 9.29º | 0.43% | 0.62% | - |
| HSV(B) | 9.29º | 0.42% | 0.78% | - |
| XYZ | 34.37 | 28.82 | 19.97 | - |
| YUV | 147.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 115 | 0 | 0.36 | 0.42 | 0.22 | 9.29 | 0.43 | 0.62 |
| Hex | C7 | 80 | 73 | 0 | 24 | 2A | 16 | 9 | 2B | 3E |
| Octal | 307 | 200 | 163 | 0 | 44 | 52 | 26 | 11 | 53 | 76 |
| Binary | 11000111 | 10000000 | 1110011 | 0 | 100100 | 101010 | 10110 | 1001 | 101011 | 111110 |
Color Harmonies of #C78073
Complementary color
Monochromatic Colors of #C78073
Black with #C78073
Text Example
Text Example
White with #C78073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78073; }
p { color: rgb(199,128,115); }
H1.HeaderClassName
{
color: #C78073;
}
.AnyTagClassName
{
color: #C78073;
}
</style>
background-color css
<style>
a { background-color: #C78073; }
a { background-color: rgb(199,128,115); }
div.DivClassName
{
background-color: #C78073;
}
.BgClassName
{
background-color: #C78073;
}
</style>
border-color css
<style>
span { border-color: #C78073; }
span { border-color: rgb(199,128,115); }
td.TdClassName
{
border-color: #C78073;
}
.TagClassName
{
border-color: #C78073;
}
</style>