Shades of Brandy Rose #C78378
Tints of Brandy Rose #C78378
RGB
CMYK
RGB Variations
Color information
#C78378 (or 0xC78378) is known color: Brandy Rose. HEX triplet: C7, 83 and 78. RGB value is (199,131,120). Sum of RGB (Red+Green+Blue) = 199+131+120=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78378 is #387C87. Grayscale: #969696. Windows color (decimal): -3701896 or 7898055. OLE color: 7898055.
HSL color Cylindrical-coordinate representation of color #C78378: hue angle of 8.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78378 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 120 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.22 |
| HSL | 8.35º | 0.41% | 0.63% | - |
| HSV(B) | 8.35º | 0.4% | 0.78% | - |
| XYZ | 35.06 | 29.73 | 21.66 | - |
| YUV | 150.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 120 | 0 | 0.34 | 0.40 | 0.22 | 8.35 | 0.41 | 0.63 |
| Hex | C7 | 83 | 78 | 0 | 22 | 28 | 16 | 8 | 29 | 3F |
| Octal | 307 | 203 | 170 | 0 | 42 | 50 | 26 | 10 | 51 | 77 |
| Binary | 11000111 | 10000011 | 1111000 | 0 | 100010 | 101000 | 10110 | 1000 | 101001 | 111111 |
Color Harmonies of #C78378
Complementary color
Monochromatic Colors of #C78378
Black with #C78378
Text Example
Text Example
White with #C78378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78378; }
p { color: rgb(199,131,120); }
H1.HeaderClassName
{
color: #C78378;
}
.AnyTagClassName
{
color: #C78378;
}
</style>
background-color css
<style>
a { background-color: #C78378; }
a { background-color: rgb(199,131,120); }
div.DivClassName
{
background-color: #C78378;
}
.BgClassName
{
background-color: #C78378;
}
</style>
border-color css
<style>
span { border-color: #C78378; }
span { border-color: rgb(199,131,120); }
td.TdClassName
{
border-color: #C78378;
}
.TagClassName
{
border-color: #C78378;
}
</style>