Shades of Brandy Rose #C27B7A
Tints of Brandy Rose #C27B7A
RGB
CMYK
RGB Variations
Color information
#C27B7A (or 0xC27B7A) is known color: Brandy Rose. HEX triplet: C2, 7B and 7A. RGB value is (194,123,122). Sum of RGB (Red+Green+Blue) = 194+123+122=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B7A is #3D8485. Grayscale: #909090. Windows color (decimal): -4031622 or 8027074. OLE color: 8027074.
HSL color Cylindrical-coordinate representation of color #C27B7A: hue angle of 0.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 #C27B7A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 122 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.24 |
| HSL | 0.83º | 0.37% | 0.62% | - |
| HSV(B) | 0.83º | 0.37% | 0.76% | - |
| XYZ | 32.84 | 27.04 | 21.9 | - |
| YUV | 144.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 122 | 0 | 0.37 | 0.37 | 0.24 | 0.83 | 0.37 | 0.62 |
| Hex | C2 | 7B | 7A | 0 | 25 | 25 | 18 | 1 | 25 | 3E |
| Octal | 302 | 173 | 172 | 0 | 45 | 45 | 30 | 1 | 45 | 76 |
| Binary | 11000010 | 1111011 | 1111010 | 0 | 100101 | 100101 | 11000 | 1 | 100101 | 111110 |
Color Harmonies of #C27B7A
Complementary color
Monochromatic Colors of #C27B7A
Black with #C27B7A
Text Example
Text Example
White with #C27B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B7A; }
p { color: rgb(194,123,122); }
H1.HeaderClassName
{
color: #C27B7A;
}
.AnyTagClassName
{
color: #C27B7A;
}
</style>
background-color css
<style>
a { background-color: #C27B7A; }
a { background-color: rgb(194,123,122); }
div.DivClassName
{
background-color: #C27B7A;
}
.BgClassName
{
background-color: #C27B7A;
}
</style>
border-color css
<style>
span { border-color: #C27B7A; }
span { border-color: rgb(194,123,122); }
td.TdClassName
{
border-color: #C27B7A;
}
.TagClassName
{
border-color: #C27B7A;
}
</style>