Shades of Brandy Rose #C28775
Tints of Brandy Rose #C28775
RGB
CMYK
RGB Variations
Color information
#C28775 (or 0xC28775) is known color: Brandy Rose. HEX triplet: C2, 87 and 75. RGB value is (194,135,117). Sum of RGB (Red+Green+Blue) = 194+135+117=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28775 is #3D788A. Grayscale: #969696. Windows color (decimal): -4028555 or 7702466. OLE color: 7702466.
HSL color Cylindrical-coordinate representation of color #C28775: hue angle of 14.03º 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 #C28775 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 117 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.24 |
| HSL | 14.03º | 0.39% | 0.61% | - |
| HSV(B) | 14.03º | 0.4% | 0.76% | - |
| XYZ | 34.12 | 30.08 | 20.84 | - |
| YUV | 150.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 117 | 0 | 0.30 | 0.40 | 0.24 | 14.03 | 0.39 | 0.61 |
| Hex | C2 | 87 | 75 | 0 | 1E | 28 | 18 | E | 27 | 3D |
| Octal | 302 | 207 | 165 | 0 | 36 | 50 | 30 | 16 | 47 | 75 |
| Binary | 11000010 | 10000111 | 1110101 | 0 | 11110 | 101000 | 11000 | 1110 | 100111 | 111101 |
Color Harmonies of #C28775
Complementary color
Monochromatic Colors of #C28775
Black with #C28775
Text Example
Text Example
White with #C28775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28775; }
p { color: rgb(194,135,117); }
H1.HeaderClassName
{
color: #C28775;
}
.AnyTagClassName
{
color: #C28775;
}
</style>
background-color css
<style>
a { background-color: #C28775; }
a { background-color: rgb(194,135,117); }
div.DivClassName
{
background-color: #C28775;
}
.BgClassName
{
background-color: #C28775;
}
</style>
border-color css
<style>
span { border-color: #C28775; }
span { border-color: rgb(194,135,117); }
td.TdClassName
{
border-color: #C28775;
}
.TagClassName
{
border-color: #C28775;
}
</style>