Shades of Brandy Rose #C2897D
Tints of Brandy Rose #C2897D
RGB
CMYK
RGB Variations
Color information
#C2897D (or 0xC2897D) is known color: Brandy Rose. HEX triplet: C2, 89 and 7D. RGB value is (194,137,125). Sum of RGB (Red+Green+Blue) = 194+137+125=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2897D is #3D7682. Grayscale: #989898. Windows color (decimal): -4028035 or 8227266. OLE color: 8227266.
HSL color Cylindrical-coordinate representation of color #C2897D: hue angle of 10.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2897D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 125 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.24 |
| HSL | 10.43º | 0.36% | 0.63% | - |
| HSV(B) | 10.43º | 0.36% | 0.76% | - |
| XYZ | 34.9 | 30.84 | 23.52 | - |
| YUV | 152.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 125 | 0 | 0.29 | 0.36 | 0.24 | 10.43 | 0.36 | 0.63 |
| Hex | C2 | 89 | 7D | 0 | 1D | 24 | 18 | A | 24 | 3F |
| Octal | 302 | 211 | 175 | 0 | 35 | 44 | 30 | 12 | 44 | 77 |
| Binary | 11000010 | 10001001 | 1111101 | 0 | 11101 | 100100 | 11000 | 1010 | 100100 | 111111 |
Color Harmonies of #C2897D
Complementary color
Monochromatic Colors of #C2897D
Black with #C2897D
Text Example
Text Example
White with #C2897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2897D; }
p { color: rgb(194,137,125); }
H1.HeaderClassName
{
color: #C2897D;
}
.AnyTagClassName
{
color: #C2897D;
}
</style>
background-color css
<style>
a { background-color: #C2897D; }
a { background-color: rgb(194,137,125); }
div.DivClassName
{
background-color: #C2897D;
}
.BgClassName
{
background-color: #C2897D;
}
</style>
border-color css
<style>
span { border-color: #C2897D; }
span { border-color: rgb(194,137,125); }
td.TdClassName
{
border-color: #C2897D;
}
.TagClassName
{
border-color: #C2897D;
}
</style>