Shades of Brandy Rose #C28474
Tints of Brandy Rose #C28474
RGB
CMYK
RGB Variations
Color information
#C28474 (or 0xC28474) is known color: Brandy Rose. HEX triplet: C2, 84 and 74. RGB value is (194,132,116). Sum of RGB (Red+Green+Blue) = 194+132+116=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C28474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28474 is #3D7B8B. Grayscale: #949494. Windows color (decimal): -4029324 or 7636162. OLE color: 7636162.
HSL color Cylindrical-coordinate representation of color #C28474: hue angle of 12.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28474 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 116 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.24 |
| HSL | 12.31º | 0.39% | 0.61% | - |
| HSV(B) | 12.31º | 0.4% | 0.76% | - |
| XYZ | 33.65 | 29.23 | 20.39 | - |
| YUV | 148.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 116 | 0 | 0.32 | 0.40 | 0.24 | 12.31 | 0.39 | 0.61 |
| Hex | C2 | 84 | 74 | 0 | 20 | 28 | 18 | C | 27 | 3D |
| Octal | 302 | 204 | 164 | 0 | 40 | 50 | 30 | 14 | 47 | 75 |
| Binary | 11000010 | 10000100 | 1110100 | 0 | 100000 | 101000 | 11000 | 1100 | 100111 | 111101 |
Color Harmonies of #C28474
Complementary color
Monochromatic Colors of #C28474
Black with #C28474
Text Example
Text Example
White with #C28474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28474; }
p { color: rgb(194,132,116); }
H1.HeaderClassName
{
color: #C28474;
}
.AnyTagClassName
{
color: #C28474;
}
</style>
background-color css
<style>
a { background-color: #C28474; }
a { background-color: rgb(194,132,116); }
div.DivClassName
{
background-color: #C28474;
}
.BgClassName
{
background-color: #C28474;
}
</style>
border-color css
<style>
span { border-color: #C28474; }
span { border-color: rgb(194,132,116); }
td.TdClassName
{
border-color: #C28474;
}
.TagClassName
{
border-color: #C28474;
}
</style>