Shades of Brandy Rose #C2857B
Tints of Brandy Rose #C2857B
RGB
CMYK
RGB Variations
Color information
#C2857B (or 0xC2857B) is known color: Brandy Rose. HEX triplet: C2, 85 and 7B. RGB value is (194,133,123). Sum of RGB (Red+Green+Blue) = 194+133+123=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2857B is #3D7A84. Grayscale: #969696. Windows color (decimal): -4029061 or 8095170. OLE color: 8095170.
HSL color Cylindrical-coordinate representation of color #C2857B: hue angle of 8.45º 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 #C2857B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 123 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.24 |
| HSL | 8.45º | 0.37% | 0.62% | - |
| HSV(B) | 8.45º | 0.37% | 0.76% | - |
| XYZ | 34.21 | 29.67 | 22.66 | - |
| YUV | 150.1 | 112.71 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 123 | 0 | 0.31 | 0.37 | 0.24 | 8.45 | 0.37 | 0.62 |
| Hex | C2 | 85 | 7B | 0 | 1F | 25 | 18 | 8 | 25 | 3E |
| Octal | 302 | 205 | 173 | 0 | 37 | 45 | 30 | 10 | 45 | 76 |
| Binary | 11000010 | 10000101 | 1111011 | 0 | 11111 | 100101 | 11000 | 1000 | 100101 | 111110 |
Color Harmonies of #C2857B
Complementary color
Monochromatic Colors of #C2857B
Black with #C2857B
Text Example
Text Example
White with #C2857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2857B; }
p { color: rgb(194,133,123); }
H1.HeaderClassName
{
color: #C2857B;
}
.AnyTagClassName
{
color: #C2857B;
}
</style>
background-color css
<style>
a { background-color: #C2857B; }
a { background-color: rgb(194,133,123); }
div.DivClassName
{
background-color: #C2857B;
}
.BgClassName
{
background-color: #C2857B;
}
</style>
border-color css
<style>
span { border-color: #C2857B; }
span { border-color: rgb(194,133,123); }
td.TdClassName
{
border-color: #C2857B;
}
.TagClassName
{
border-color: #C2857B;
}
</style>