Shades of Brandy Rose #C28A75
Tints of Brandy Rose #C28A75
RGB
CMYK
RGB Variations
Color information
#C28A75 (or 0xC28A75) is known color: Brandy Rose. HEX triplet: C2, 8A and 75. RGB value is (194,138,117). Sum of RGB (Red+Green+Blue) = 194+138+117=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A75 is #3D758A. Grayscale: #989898. Windows color (decimal): -4027787 or 7703234. OLE color: 7703234.
HSL color Cylindrical-coordinate representation of color #C28A75: hue angle of 16.36º 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 #C28A75 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 117 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.24 |
| HSL | 16.36º | 0.39% | 0.61% | - |
| HSV(B) | 16.36º | 0.4% | 0.76% | - |
| XYZ | 34.55 | 30.93 | 20.98 | - |
| YUV | 152.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 117 | 0 | 0.29 | 0.40 | 0.24 | 16.36 | 0.39 | 0.61 |
| Hex | C2 | 8A | 75 | 0 | 1D | 28 | 18 | 10 | 27 | 3D |
| Octal | 302 | 212 | 165 | 0 | 35 | 50 | 30 | 20 | 47 | 75 |
| Binary | 11000010 | 10001010 | 1110101 | 0 | 11101 | 101000 | 11000 | 10000 | 100111 | 111101 |
Color Harmonies of #C28A75
Complementary color
Monochromatic Colors of #C28A75
Black with #C28A75
Text Example
Text Example
White with #C28A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A75; }
p { color: rgb(194,138,117); }
H1.HeaderClassName
{
color: #C28A75;
}
.AnyTagClassName
{
color: #C28A75;
}
</style>
background-color css
<style>
a { background-color: #C28A75; }
a { background-color: rgb(194,138,117); }
div.DivClassName
{
background-color: #C28A75;
}
.BgClassName
{
background-color: #C28A75;
}
</style>
border-color css
<style>
span { border-color: #C28A75; }
span { border-color: rgb(194,138,117); }
td.TdClassName
{
border-color: #C28A75;
}
.TagClassName
{
border-color: #C28A75;
}
</style>