Shades of Brandy Rose #C08875
Tints of Brandy Rose #C08875
RGB
CMYK
RGB Variations
Color information
#C08875 (or 0xC08875) is known color: Brandy Rose. HEX triplet: C0, 88 and 75. RGB value is (192,136,117). Sum of RGB (Red+Green+Blue) = 192+136+117=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C08875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08875 is #3F778A. Grayscale: #969696. Windows color (decimal): -4159371 or 7702720. OLE color: 7702720.
HSL color Cylindrical-coordinate representation of color #C08875: hue angle of 15.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08875 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 117 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.25 |
| HSL | 15.2º | 0.37% | 0.61% | - |
| HSV(B) | 15.2º | 0.39% | 0.75% | - |
| XYZ | 33.75 | 30.1 | 20.86 | - |
| YUV | 150.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 117 | 0 | 0.29 | 0.39 | 0.25 | 15.2 | 0.37 | 0.61 |
| Hex | C0 | 88 | 75 | 0 | 1D | 27 | 19 | F | 25 | 3D |
| Octal | 300 | 210 | 165 | 0 | 35 | 47 | 31 | 17 | 45 | 75 |
| Binary | 11000000 | 10001000 | 1110101 | 0 | 11101 | 100111 | 11001 | 1111 | 100101 | 111101 |
Color Harmonies of #C08875
Complementary color
Monochromatic Colors of #C08875
Black with #C08875
Text Example
Text Example
White with #C08875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08875; }
p { color: rgb(192,136,117); }
H1.HeaderClassName
{
color: #C08875;
}
.AnyTagClassName
{
color: #C08875;
}
</style>
background-color css
<style>
a { background-color: #C08875; }
a { background-color: rgb(192,136,117); }
div.DivClassName
{
background-color: #C08875;
}
.BgClassName
{
background-color: #C08875;
}
</style>
border-color css
<style>
span { border-color: #C08875; }
span { border-color: rgb(192,136,117); }
td.TdClassName
{
border-color: #C08875;
}
.TagClassName
{
border-color: #C08875;
}
</style>