Shades of Brandy Rose #C28A7B
Tints of Brandy Rose #C28A7B
RGB
CMYK
RGB Variations
Color information
#C28A7B (or 0xC28A7B) is known color: Brandy Rose. HEX triplet: C2, 8A and 7B. RGB value is (194,138,123). Sum of RGB (Red+Green+Blue) = 194+138+123=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A7B is #3D7584. Grayscale: #999999. Windows color (decimal): -4027781 or 8096450. OLE color: 8096450.
HSL color Cylindrical-coordinate representation of color #C28A7B: hue angle of 12.68º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C28A7B is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 123 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.24 |
| HSL | 12.68º | 0.37% | 0.62% | - |
| HSV(B) | 12.68º | 0.37% | 0.76% | - |
| XYZ | 34.91 | 31.08 | 22.9 | - |
| YUV | 153.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 123 | 0 | 0.29 | 0.37 | 0.24 | 12.68 | 0.37 | 0.62 |
| Hex | C2 | 8A | 7B | 0 | 1D | 25 | 18 | D | 25 | 3E |
| Octal | 302 | 212 | 173 | 0 | 35 | 45 | 30 | 15 | 45 | 76 |
| Binary | 11000010 | 10001010 | 1111011 | 0 | 11101 | 100101 | 11000 | 1101 | 100101 | 111110 |
Color Harmonies of #C28A7B
Complementary color
Monochromatic Colors of #C28A7B
Black with #C28A7B
Text Example
Text Example
White with #C28A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A7B; }
p { color: rgb(194,138,123); }
H1.HeaderClassName
{
color: #C28A7B;
}
.AnyTagClassName
{
color: #C28A7B;
}
</style>
background-color css
<style>
a { background-color: #C28A7B; }
a { background-color: rgb(194,138,123); }
div.DivClassName
{
background-color: #C28A7B;
}
.BgClassName
{
background-color: #C28A7B;
}
</style>
border-color css
<style>
span { border-color: #C28A7B; }
span { border-color: rgb(194,138,123); }
td.TdClassName
{
border-color: #C28A7B;
}
.TagClassName
{
border-color: #C28A7B;
}
</style>