Shades of Brandy Rose #C2817C
Tints of Brandy Rose #C2817C
RGB
CMYK
RGB Variations
Color information
#C2817C (or 0xC2817C) is known color: Brandy Rose. HEX triplet: C2, 81 and 7C. RGB value is (194,129,124). Sum of RGB (Red+Green+Blue) = 194+129+124=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2817C is #3D7E83. Grayscale: #939393. Windows color (decimal): -4030084 or 8159682. OLE color: 8159682.
HSL color Cylindrical-coordinate representation of color #C2817C: hue angle of 4.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2817C is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 124 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.24 |
| HSL | 4.29º | 0.36% | 0.62% | - |
| HSV(B) | 4.29º | 0.36% | 0.76% | - |
| XYZ | 33.74 | 28.63 | 22.82 | - |
| YUV | 147.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 124 | 0 | 0.34 | 0.36 | 0.24 | 4.29 | 0.36 | 0.62 |
| Hex | C2 | 81 | 7C | 0 | 22 | 24 | 18 | 4 | 24 | 3E |
| Octal | 302 | 201 | 174 | 0 | 42 | 44 | 30 | 4 | 44 | 76 |
| Binary | 11000010 | 10000001 | 1111100 | 0 | 100010 | 100100 | 11000 | 100 | 100100 | 111110 |
Color Harmonies of #C2817C
Complementary color
Monochromatic Colors of #C2817C
Black with #C2817C
Text Example
Text Example
White with #C2817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2817C; }
p { color: rgb(194,129,124); }
H1.HeaderClassName
{
color: #C2817C;
}
.AnyTagClassName
{
color: #C2817C;
}
</style>
background-color css
<style>
a { background-color: #C2817C; }
a { background-color: rgb(194,129,124); }
div.DivClassName
{
background-color: #C2817C;
}
.BgClassName
{
background-color: #C2817C;
}
</style>
border-color css
<style>
span { border-color: #C2817C; }
span { border-color: rgb(194,129,124); }
td.TdClassName
{
border-color: #C2817C;
}
.TagClassName
{
border-color: #C2817C;
}
</style>