Shades of Brandy Rose #C2817D
Tints of Brandy Rose #C2817D
RGB
CMYK
RGB Variations
Color information
#C2817D (or 0xC2817D) is known color: Brandy Rose. HEX triplet: C2, 81 and 7D. RGB value is (194,129,125). Sum of RGB (Red+Green+Blue) = 194+129+125=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2817D is #3D7E82. Grayscale: #949494. Windows color (decimal): -4030083 or 8225218. OLE color: 8225218.
HSL color Cylindrical-coordinate representation of color #C2817D: hue angle of 3.48º 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 #C2817D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 125 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.24 |
| HSL | 3.48º | 0.36% | 0.63% | - |
| HSV(B) | 3.48º | 0.36% | 0.76% | - |
| XYZ | 33.8 | 28.65 | 23.15 | - |
| YUV | 147.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 125 | 0 | 0.34 | 0.36 | 0.24 | 3.48 | 0.36 | 0.63 |
| Hex | C2 | 81 | 7D | 0 | 22 | 24 | 18 | 3 | 24 | 3F |
| Octal | 302 | 201 | 175 | 0 | 42 | 44 | 30 | 3 | 44 | 77 |
| Binary | 11000010 | 10000001 | 1111101 | 0 | 100010 | 100100 | 11000 | 11 | 100100 | 111111 |
Color Harmonies of #C2817D
Complementary color
Monochromatic Colors of #C2817D
Black with #C2817D
Text Example
Text Example
White with #C2817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2817D; }
p { color: rgb(194,129,125); }
H1.HeaderClassName
{
color: #C2817D;
}
.AnyTagClassName
{
color: #C2817D;
}
</style>
background-color css
<style>
a { background-color: #C2817D; }
a { background-color: rgb(194,129,125); }
div.DivClassName
{
background-color: #C2817D;
}
.BgClassName
{
background-color: #C2817D;
}
</style>
border-color css
<style>
span { border-color: #C2817D; }
span { border-color: rgb(194,129,125); }
td.TdClassName
{
border-color: #C2817D;
}
.TagClassName
{
border-color: #C2817D;
}
</style>