Shades of Brandy Rose #C2897A
Tints of Brandy Rose #C2897A
RGB
CMYK
RGB Variations
Color information
#C2897A (or 0xC2897A) is known color: Brandy Rose. HEX triplet: C2, 89 and 7A. RGB value is (194,137,122). Sum of RGB (Red+Green+Blue) = 194+137+122=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2897A is #3D7685. Grayscale: #989898. Windows color (decimal): -4028038 or 8030658. OLE color: 8030658.
HSL color Cylindrical-coordinate representation of color #C2897A: hue angle of 12.5º 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 #C2897A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 122 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.24 |
| HSL | 12.5º | 0.37% | 0.62% | - |
| HSV(B) | 12.5º | 0.37% | 0.76% | - |
| XYZ | 34.71 | 30.77 | 22.52 | - |
| YUV | 152.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 122 | 0 | 0.29 | 0.37 | 0.24 | 12.5 | 0.37 | 0.62 |
| Hex | C2 | 89 | 7A | 0 | 1D | 25 | 18 | C | 25 | 3E |
| Octal | 302 | 211 | 172 | 0 | 35 | 45 | 30 | 14 | 45 | 76 |
| Binary | 11000010 | 10001001 | 1111010 | 0 | 11101 | 100101 | 11000 | 1100 | 100101 | 111110 |
Color Harmonies of #C2897A
Complementary color
Monochromatic Colors of #C2897A
Black with #C2897A
Text Example
Text Example
White with #C2897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2897A; }
p { color: rgb(194,137,122); }
H1.HeaderClassName
{
color: #C2897A;
}
.AnyTagClassName
{
color: #C2897A;
}
</style>
background-color css
<style>
a { background-color: #C2897A; }
a { background-color: rgb(194,137,122); }
div.DivClassName
{
background-color: #C2897A;
}
.BgClassName
{
background-color: #C2897A;
}
</style>
border-color css
<style>
span { border-color: #C2897A; }
span { border-color: rgb(194,137,122); }
td.TdClassName
{
border-color: #C2897A;
}
.TagClassName
{
border-color: #C2897A;
}
</style>