Shades of Brandy Rose #C2817A
Tints of Brandy Rose #C2817A
RGB
CMYK
RGB Variations
Color information
#C2817A (or 0xC2817A) is known color: Brandy Rose. HEX triplet: C2, 81 and 7A. RGB value is (194,129,122). Sum of RGB (Red+Green+Blue) = 194+129+122=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2817A is #3D7E85. Grayscale: #939393. Windows color (decimal): -4030086 or 8028610. OLE color: 8028610.
HSL color Cylindrical-coordinate representation of color #C2817A: hue angle of 5.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 #C2817A is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 122 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.24 |
| HSL | 5.83º | 0.37% | 0.62% | - |
| HSV(B) | 5.83º | 0.37% | 0.76% | - |
| XYZ | 33.61 | 28.57 | 22.16 | - |
| YUV | 147.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 122 | 0 | 0.34 | 0.37 | 0.24 | 5.83 | 0.37 | 0.62 |
| Hex | C2 | 81 | 7A | 0 | 22 | 25 | 18 | 6 | 25 | 3E |
| Octal | 302 | 201 | 172 | 0 | 42 | 45 | 30 | 6 | 45 | 76 |
| Binary | 11000010 | 10000001 | 1111010 | 0 | 100010 | 100101 | 11000 | 110 | 100101 | 111110 |
Color Harmonies of #C2817A
Complementary color
Monochromatic Colors of #C2817A
Black with #C2817A
Text Example
Text Example
White with #C2817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2817A; }
p { color: rgb(194,129,122); }
H1.HeaderClassName
{
color: #C2817A;
}
.AnyTagClassName
{
color: #C2817A;
}
</style>
background-color css
<style>
a { background-color: #C2817A; }
a { background-color: rgb(194,129,122); }
div.DivClassName
{
background-color: #C2817A;
}
.BgClassName
{
background-color: #C2817A;
}
</style>
border-color css
<style>
span { border-color: #C2817A; }
span { border-color: rgb(194,129,122); }
td.TdClassName
{
border-color: #C2817A;
}
.TagClassName
{
border-color: #C2817A;
}
</style>