Shades of Brandy Rose #C28A76
Tints of Brandy Rose #C28A76
RGB
CMYK
RGB Variations
Color information
#C28A76 (or 0xC28A76) is known color: Brandy Rose. HEX triplet: C2, 8A and 76. RGB value is (194,138,118). Sum of RGB (Red+Green+Blue) = 194+138+118=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A76 is #3D7589. Grayscale: #989898. Windows color (decimal): -4027786 or 7768770. OLE color: 7768770.
HSL color Cylindrical-coordinate representation of color #C28A76: hue angle of 15.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28A76 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 118 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.24 |
| HSL | 15.79º | 0.38% | 0.61% | - |
| HSV(B) | 15.79º | 0.39% | 0.76% | - |
| XYZ | 34.61 | 30.95 | 21.29 | - |
| YUV | 152.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 118 | 0 | 0.29 | 0.39 | 0.24 | 15.79 | 0.38 | 0.61 |
| Hex | C2 | 8A | 76 | 0 | 1D | 27 | 18 | 10 | 26 | 3D |
| Octal | 302 | 212 | 166 | 0 | 35 | 47 | 30 | 20 | 46 | 75 |
| Binary | 11000010 | 10001010 | 1110110 | 0 | 11101 | 100111 | 11000 | 10000 | 100110 | 111101 |
Color Harmonies of #C28A76
Complementary color
Monochromatic Colors of #C28A76
Black with #C28A76
Text Example
Text Example
White with #C28A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A76; }
p { color: rgb(194,138,118); }
H1.HeaderClassName
{
color: #C28A76;
}
.AnyTagClassName
{
color: #C28A76;
}
</style>
background-color css
<style>
a { background-color: #C28A76; }
a { background-color: rgb(194,138,118); }
div.DivClassName
{
background-color: #C28A76;
}
.BgClassName
{
background-color: #C28A76;
}
</style>
border-color css
<style>
span { border-color: #C28A76; }
span { border-color: rgb(194,138,118); }
td.TdClassName
{
border-color: #C28A76;
}
.TagClassName
{
border-color: #C28A76;
}
</style>