Shades of Brandy Rose #C2827B
Tints of Brandy Rose #C2827B
RGB
CMYK
RGB Variations
Color information
#C2827B (or 0xC2827B) is known color: Brandy Rose. HEX triplet: C2, 82 and 7B. RGB value is (194,130,123). Sum of RGB (Red+Green+Blue) = 194+130+123=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2827B is #3D7D84. Grayscale: #949494. Windows color (decimal): -4029829 or 8094402. OLE color: 8094402.
HSL color Cylindrical-coordinate representation of color #C2827B: hue angle of 5.92º 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 #C2827B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 123 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.24 |
| HSL | 5.92º | 0.37% | 0.62% | - |
| HSV(B) | 5.92º | 0.37% | 0.76% | - |
| XYZ | 33.81 | 28.86 | 22.53 | - |
| YUV | 148.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 123 | 0 | 0.33 | 0.37 | 0.24 | 5.92 | 0.37 | 0.62 |
| Hex | C2 | 82 | 7B | 0 | 21 | 25 | 18 | 6 | 25 | 3E |
| Octal | 302 | 202 | 173 | 0 | 41 | 45 | 30 | 6 | 45 | 76 |
| Binary | 11000010 | 10000010 | 1111011 | 0 | 100001 | 100101 | 11000 | 110 | 100101 | 111110 |
Color Harmonies of #C2827B
Complementary color
Monochromatic Colors of #C2827B
Black with #C2827B
Text Example
Text Example
White with #C2827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2827B; }
p { color: rgb(194,130,123); }
H1.HeaderClassName
{
color: #C2827B;
}
.AnyTagClassName
{
color: #C2827B;
}
</style>
background-color css
<style>
a { background-color: #C2827B; }
a { background-color: rgb(194,130,123); }
div.DivClassName
{
background-color: #C2827B;
}
.BgClassName
{
background-color: #C2827B;
}
</style>
border-color css
<style>
span { border-color: #C2827B; }
span { border-color: rgb(194,130,123); }
td.TdClassName
{
border-color: #C2827B;
}
.TagClassName
{
border-color: #C2827B;
}
</style>