Shades of Brandy Rose #C2826F
Tints of Brandy Rose #C2826F
RGB
CMYK
RGB Variations
Color information
#C2826F (or 0xC2826F) is known color: Brandy Rose. HEX triplet: C2, 82 and 6F. RGB value is (194,130,111). Sum of RGB (Red+Green+Blue) = 194+130+111=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2826F is #3D7D90. Grayscale: #939393. Windows color (decimal): -4029841 or 7307970. OLE color: 7307970.
HSL color Cylindrical-coordinate representation of color #C2826F: hue angle of 13.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2826F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 111 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.24 |
| HSL | 13.73º | 0.4% | 0.6% | - |
| HSV(B) | 13.73º | 0.43% | 0.76% | - |
| XYZ | 33.1 | 28.58 | 18.81 | - |
| YUV | 146.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 111 | 0 | 0.33 | 0.43 | 0.24 | 13.73 | 0.4 | 0.6 |
| Hex | C2 | 82 | 6F | 0 | 21 | 2B | 18 | E | 28 | 3C |
| Octal | 302 | 202 | 157 | 0 | 41 | 53 | 30 | 16 | 50 | 74 |
| Binary | 11000010 | 10000010 | 1101111 | 0 | 100001 | 101011 | 11000 | 1110 | 101000 | 111100 |
Color Harmonies of #C2826F
Complementary color
Monochromatic Colors of #C2826F
Black with #C2826F
Text Example
Text Example
White with #C2826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2826F; }
p { color: rgb(194,130,111); }
H1.HeaderClassName
{
color: #C2826F;
}
.AnyTagClassName
{
color: #C2826F;
}
</style>
background-color css
<style>
a { background-color: #C2826F; }
a { background-color: rgb(194,130,111); }
div.DivClassName
{
background-color: #C2826F;
}
.BgClassName
{
background-color: #C2826F;
}
</style>
border-color css
<style>
span { border-color: #C2826F; }
span { border-color: rgb(194,130,111); }
td.TdClassName
{
border-color: #C2826F;
}
.TagClassName
{
border-color: #C2826F;
}
</style>