Shades of Brandy Rose #C28272
Tints of Brandy Rose #C28272
RGB
CMYK
RGB Variations
Color information
#C28272 (or 0xC28272) is known color: Brandy Rose. HEX triplet: C2, 82 and 72. RGB value is (194,130,114). Sum of RGB (Red+Green+Blue) = 194+130+114=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28272 is #3D7D8D. Grayscale: #939393. Windows color (decimal): -4029838 or 7504578. OLE color: 7504578.
HSL color Cylindrical-coordinate representation of color #C28272: hue angle of 12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28272 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 114 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.24 |
| HSL | 12º | 0.4% | 0.6% | - |
| HSV(B) | 12º | 0.41% | 0.76% | - |
| XYZ | 33.27 | 28.65 | 19.7 | - |
| YUV | 147.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 114 | 0 | 0.33 | 0.41 | 0.24 | 12 | 0.4 | 0.6 |
| Hex | C2 | 82 | 72 | 0 | 21 | 29 | 18 | C | 28 | 3C |
| Octal | 302 | 202 | 162 | 0 | 41 | 51 | 30 | 14 | 50 | 74 |
| Binary | 11000010 | 10000010 | 1110010 | 0 | 100001 | 101001 | 11000 | 1100 | 101000 | 111100 |
Color Harmonies of #C28272
Complementary color
Monochromatic Colors of #C28272
Black with #C28272
Text Example
Text Example
White with #C28272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28272; }
p { color: rgb(194,130,114); }
H1.HeaderClassName
{
color: #C28272;
}
.AnyTagClassName
{
color: #C28272;
}
</style>
background-color css
<style>
a { background-color: #C28272; }
a { background-color: rgb(194,130,114); }
div.DivClassName
{
background-color: #C28272;
}
.BgClassName
{
background-color: #C28272;
}
</style>
border-color css
<style>
span { border-color: #C28272; }
span { border-color: rgb(194,130,114); }
td.TdClassName
{
border-color: #C28272;
}
.TagClassName
{
border-color: #C28272;
}
</style>