Shades of Brandy Rose #C28B7C
Tints of Brandy Rose #C28B7C
RGB
CMYK
RGB Variations
Color information
#C28B7C (or 0xC28B7C) is known color: Brandy Rose. HEX triplet: C2, 8B and 7C. RGB value is (194,139,124). Sum of RGB (Red+Green+Blue) = 194+139+124=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B7C is #3D7483. Grayscale: #999999. Windows color (decimal): -4027524 or 8162242. OLE color: 8162242.
HSL color Cylindrical-coordinate representation of color #C28B7C: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28B7C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 124 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.24 |
| HSL | 12.86º | 0.36% | 0.62% | - |
| HSV(B) | 12.86º | 0.36% | 0.76% | - |
| XYZ | 35.12 | 31.39 | 23.28 | - |
| YUV | 153.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 124 | 0 | 0.28 | 0.36 | 0.24 | 12.86 | 0.36 | 0.62 |
| Hex | C2 | 8B | 7C | 0 | 1C | 24 | 18 | D | 24 | 3E |
| Octal | 302 | 213 | 174 | 0 | 34 | 44 | 30 | 15 | 44 | 76 |
| Binary | 11000010 | 10001011 | 1111100 | 0 | 11100 | 100100 | 11000 | 1101 | 100100 | 111110 |
Color Harmonies of #C28B7C
Complementary color
Monochromatic Colors of #C28B7C
Black with #C28B7C
Text Example
Text Example
White with #C28B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B7C; }
p { color: rgb(194,139,124); }
H1.HeaderClassName
{
color: #C28B7C;
}
.AnyTagClassName
{
color: #C28B7C;
}
</style>
background-color css
<style>
a { background-color: #C28B7C; }
a { background-color: rgb(194,139,124); }
div.DivClassName
{
background-color: #C28B7C;
}
.BgClassName
{
background-color: #C28B7C;
}
</style>
border-color css
<style>
span { border-color: #C28B7C; }
span { border-color: rgb(194,139,124); }
td.TdClassName
{
border-color: #C28B7C;
}
.TagClassName
{
border-color: #C28B7C;
}
</style>