Shades of Brandy Rose #C2877A
Tints of Brandy Rose #C2877A
RGB
CMYK
RGB Variations
Color information
#C2877A (or 0xC2877A) is known color: Brandy Rose. HEX triplet: C2, 87 and 7A. RGB value is (194,135,122). Sum of RGB (Red+Green+Blue) = 194+135+122=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2877A is #3D7885. Grayscale: #979797. Windows color (decimal): -4028550 or 8030146. OLE color: 8030146.
HSL color Cylindrical-coordinate representation of color #C2877A: hue angle of 10.83º 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 #C2877A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 122 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.24 |
| HSL | 10.83º | 0.37% | 0.62% | - |
| HSV(B) | 10.83º | 0.37% | 0.76% | - |
| XYZ | 34.42 | 30.2 | 22.43 | - |
| YUV | 151.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 122 | 0 | 0.30 | 0.37 | 0.24 | 10.83 | 0.37 | 0.62 |
| Hex | C2 | 87 | 7A | 0 | 1E | 25 | 18 | B | 25 | 3E |
| Octal | 302 | 207 | 172 | 0 | 36 | 45 | 30 | 13 | 45 | 76 |
| Binary | 11000010 | 10000111 | 1111010 | 0 | 11110 | 100101 | 11000 | 1011 | 100101 | 111110 |
Color Harmonies of #C2877A
Complementary color
Monochromatic Colors of #C2877A
Black with #C2877A
Text Example
Text Example
White with #C2877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2877A; }
p { color: rgb(194,135,122); }
H1.HeaderClassName
{
color: #C2877A;
}
.AnyTagClassName
{
color: #C2877A;
}
</style>
background-color css
<style>
a { background-color: #C2877A; }
a { background-color: rgb(194,135,122); }
div.DivClassName
{
background-color: #C2877A;
}
.BgClassName
{
background-color: #C2877A;
}
</style>
border-color css
<style>
span { border-color: #C2877A; }
span { border-color: rgb(194,135,122); }
td.TdClassName
{
border-color: #C2877A;
}
.TagClassName
{
border-color: #C2877A;
}
</style>