Shades of Brandy Rose #C08C78
Tints of Brandy Rose #C08C78
RGB
CMYK
RGB Variations
Color information
#C08C78 (or 0xC08C78) is known color: Brandy Rose. HEX triplet: C0, 8C and 78. RGB value is (192,140,120). Sum of RGB (Red+Green+Blue) = 192+140+120=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C78 is #3F7387. Grayscale: #999999. Windows color (decimal): -4158344 or 7900352. OLE color: 7900352.
HSL color Cylindrical-coordinate representation of color #C08C78: hue angle of 16.67º 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 #C08C78 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 120 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.25 |
| HSL | 16.67º | 0.36% | 0.61% | - |
| HSV(B) | 16.67º | 0.38% | 0.75% | - |
| XYZ | 34.51 | 31.32 | 22 | - |
| YUV | 153.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 120 | 0 | 0.27 | 0.38 | 0.25 | 16.67 | 0.36 | 0.61 |
| Hex | C0 | 8C | 78 | 0 | 1B | 26 | 19 | 11 | 24 | 3D |
| Octal | 300 | 214 | 170 | 0 | 33 | 46 | 31 | 21 | 44 | 75 |
| Binary | 11000000 | 10001100 | 1111000 | 0 | 11011 | 100110 | 11001 | 10001 | 100100 | 111101 |
Color Harmonies of #C08C78
Complementary color
Monochromatic Colors of #C08C78
Black with #C08C78
Text Example
Text Example
White with #C08C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C78; }
p { color: rgb(192,140,120); }
H1.HeaderClassName
{
color: #C08C78;
}
.AnyTagClassName
{
color: #C08C78;
}
</style>
background-color css
<style>
a { background-color: #C08C78; }
a { background-color: rgb(192,140,120); }
div.DivClassName
{
background-color: #C08C78;
}
.BgClassName
{
background-color: #C08C78;
}
</style>
border-color css
<style>
span { border-color: #C08C78; }
span { border-color: rgb(192,140,120); }
td.TdClassName
{
border-color: #C08C78;
}
.TagClassName
{
border-color: #C08C78;
}
</style>