Shades of Brandy Rose #C08779
Tints of Brandy Rose #C08779
RGB
CMYK
RGB Variations
Color information
#C08779 (or 0xC08779) is known color: Brandy Rose. HEX triplet: C0, 87 and 79. RGB value is (192,135,121). Sum of RGB (Red+Green+Blue) = 192+135+121=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08779 is #3F7886. Grayscale: #969696. Windows color (decimal): -4159623 or 7964608. OLE color: 7964608.
HSL color Cylindrical-coordinate representation of color #C08779: hue angle of 11.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08779 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 121 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.25 |
| HSL | 11.83º | 0.36% | 0.61% | - |
| HSV(B) | 11.83º | 0.37% | 0.75% | - |
| XYZ | 33.85 | 29.91 | 22.08 | - |
| YUV | 150.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 121 | 0 | 0.30 | 0.37 | 0.25 | 11.83 | 0.36 | 0.61 |
| Hex | C0 | 87 | 79 | 0 | 1E | 25 | 19 | C | 24 | 3D |
| Octal | 300 | 207 | 171 | 0 | 36 | 45 | 31 | 14 | 44 | 75 |
| Binary | 11000000 | 10000111 | 1111001 | 0 | 11110 | 100101 | 11001 | 1100 | 100100 | 111101 |
Color Harmonies of #C08779
Complementary color
Monochromatic Colors of #C08779
Black with #C08779
Text Example
Text Example
White with #C08779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08779; }
p { color: rgb(192,135,121); }
H1.HeaderClassName
{
color: #C08779;
}
.AnyTagClassName
{
color: #C08779;
}
</style>
background-color css
<style>
a { background-color: #C08779; }
a { background-color: rgb(192,135,121); }
div.DivClassName
{
background-color: #C08779;
}
.BgClassName
{
background-color: #C08779;
}
</style>
border-color css
<style>
span { border-color: #C08779; }
span { border-color: rgb(192,135,121); }
td.TdClassName
{
border-color: #C08779;
}
.TagClassName
{
border-color: #C08779;
}
</style>