Shades of Brandy Rose #C28675
Tints of Brandy Rose #C28675
RGB
CMYK
RGB Variations
Color information
#C28675 (or 0xC28675) is known color: Brandy Rose. HEX triplet: C2, 86 and 75. RGB value is (194,134,117). Sum of RGB (Red+Green+Blue) = 194+134+117=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28675 is #3D798A. Grayscale: #969696. Windows color (decimal): -4028811 or 7702210. OLE color: 7702210.
HSL color Cylindrical-coordinate representation of color #C28675: hue angle of 13.25º 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 #C28675 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 117 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.24 |
| HSL | 13.25º | 0.39% | 0.61% | - |
| HSV(B) | 13.25º | 0.4% | 0.76% | - |
| XYZ | 33.98 | 29.8 | 20.79 | - |
| YUV | 150 | 109.38 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 117 | 0 | 0.31 | 0.40 | 0.24 | 13.25 | 0.39 | 0.61 |
| Hex | C2 | 86 | 75 | 0 | 1F | 28 | 18 | D | 27 | 3D |
| Octal | 302 | 206 | 165 | 0 | 37 | 50 | 30 | 15 | 47 | 75 |
| Binary | 11000010 | 10000110 | 1110101 | 0 | 11111 | 101000 | 11000 | 1101 | 100111 | 111101 |
Color Harmonies of #C28675
Complementary color
Monochromatic Colors of #C28675
Black with #C28675
Text Example
Text Example
White with #C28675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28675; }
p { color: rgb(194,134,117); }
H1.HeaderClassName
{
color: #C28675;
}
.AnyTagClassName
{
color: #C28675;
}
</style>
background-color css
<style>
a { background-color: #C28675; }
a { background-color: rgb(194,134,117); }
div.DivClassName
{
background-color: #C28675;
}
.BgClassName
{
background-color: #C28675;
}
</style>
border-color css
<style>
span { border-color: #C28675; }
span { border-color: rgb(194,134,117); }
td.TdClassName
{
border-color: #C28675;
}
.TagClassName
{
border-color: #C28675;
}
</style>