Shades of Brandy Rose #C88474
Tints of Brandy Rose #C88474
RGB
CMYK
RGB Variations
Color information
#C88474 (or 0xC88474) is known color: Brandy Rose. HEX triplet: C8, 84 and 74. RGB value is (200,132,116). Sum of RGB (Red+Green+Blue) = 200+132+116=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88474 is #377B8B. Grayscale: #969696. Windows color (decimal): -3636108 or 7636168. OLE color: 7636168.
HSL color Cylindrical-coordinate representation of color #C88474: hue angle of 11.43º 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 #C88474 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 116 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.22 |
| HSL | 11.43º | 0.43% | 0.62% | - |
| HSV(B) | 11.43º | 0.42% | 0.78% | - |
| XYZ | 35.22 | 30.04 | 20.47 | - |
| YUV | 150.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 116 | 0 | 0.34 | 0.42 | 0.22 | 11.43 | 0.43 | 0.62 |
| Hex | C8 | 84 | 74 | 0 | 22 | 2A | 16 | B | 2B | 3E |
| Octal | 310 | 204 | 164 | 0 | 42 | 52 | 26 | 13 | 53 | 76 |
| Binary | 11001000 | 10000100 | 1110100 | 0 | 100010 | 101010 | 10110 | 1011 | 101011 | 111110 |
Color Harmonies of #C88474
Complementary color
Monochromatic Colors of #C88474
Black with #C88474
Text Example
Text Example
White with #C88474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88474; }
p { color: rgb(200,132,116); }
H1.HeaderClassName
{
color: #C88474;
}
.AnyTagClassName
{
color: #C88474;
}
</style>
background-color css
<style>
a { background-color: #C88474; }
a { background-color: rgb(200,132,116); }
div.DivClassName
{
background-color: #C88474;
}
.BgClassName
{
background-color: #C88474;
}
</style>
border-color css
<style>
span { border-color: #C88474; }
span { border-color: rgb(200,132,116); }
td.TdClassName
{
border-color: #C88474;
}
.TagClassName
{
border-color: #C88474;
}
</style>