Shades of Brandy Rose #C28673
Tints of Brandy Rose #C28673
RGB
CMYK
RGB Variations
Color information
#C28673 (or 0xC28673) is known color: Brandy Rose. HEX triplet: C2, 86 and 73. RGB value is (194,134,115). Sum of RGB (Red+Green+Blue) = 194+134+115=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28673 is #3D798C. Grayscale: #959595. Windows color (decimal): -4028813 or 7571138. OLE color: 7571138.
HSL color Cylindrical-coordinate representation of color #C28673: hue angle of 14.43º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28673 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 115 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.24 |
| HSL | 14.43º | 0.39% | 0.61% | - |
| HSV(B) | 14.43º | 0.41% | 0.76% | - |
| XYZ | 33.87 | 29.76 | 20.18 | - |
| YUV | 149.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 115 | 0 | 0.31 | 0.41 | 0.24 | 14.43 | 0.39 | 0.61 |
| Hex | C2 | 86 | 73 | 0 | 1F | 29 | 18 | E | 27 | 3D |
| Octal | 302 | 206 | 163 | 0 | 37 | 51 | 30 | 16 | 47 | 75 |
| Binary | 11000010 | 10000110 | 1110011 | 0 | 11111 | 101001 | 11000 | 1110 | 100111 | 111101 |
Color Harmonies of #C28673
Complementary color
Monochromatic Colors of #C28673
Black with #C28673
Text Example
Text Example
White with #C28673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28673; }
p { color: rgb(194,134,115); }
H1.HeaderClassName
{
color: #C28673;
}
.AnyTagClassName
{
color: #C28673;
}
</style>
background-color css
<style>
a { background-color: #C28673; }
a { background-color: rgb(194,134,115); }
div.DivClassName
{
background-color: #C28673;
}
.BgClassName
{
background-color: #C28673;
}
</style>
border-color css
<style>
span { border-color: #C28673; }
span { border-color: rgb(194,134,115); }
td.TdClassName
{
border-color: #C28673;
}
.TagClassName
{
border-color: #C28673;
}
</style>