Shades of Brandy Rose #C27C78
Tints of Brandy Rose #C27C78
RGB
CMYK
RGB Variations
Color information
#C27C78 (or 0xC27C78) is known color: Brandy Rose. HEX triplet: C2, 7C and 78. RGB value is (194,124,120). Sum of RGB (Red+Green+Blue) = 194+124+120=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C78 is #3D8387. Grayscale: #909090. Windows color (decimal): -4031368 or 7896258. OLE color: 7896258.
HSL color Cylindrical-coordinate representation of color #C27C78: hue angle of 3.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27C78 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 120 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.24 |
| HSL | 3.24º | 0.38% | 0.62% | - |
| HSV(B) | 3.24º | 0.38% | 0.76% | - |
| XYZ | 32.85 | 27.24 | 21.3 | - |
| YUV | 144.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 120 | 0 | 0.36 | 0.38 | 0.24 | 3.24 | 0.38 | 0.62 |
| Hex | C2 | 7C | 78 | 0 | 24 | 26 | 18 | 3 | 26 | 3E |
| Octal | 302 | 174 | 170 | 0 | 44 | 46 | 30 | 3 | 46 | 76 |
| Binary | 11000010 | 1111100 | 1111000 | 0 | 100100 | 100110 | 11000 | 11 | 100110 | 111110 |
Color Harmonies of #C27C78
Complementary color
Monochromatic Colors of #C27C78
Black with #C27C78
Text Example
Text Example
White with #C27C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C78; }
p { color: rgb(194,124,120); }
H1.HeaderClassName
{
color: #C27C78;
}
.AnyTagClassName
{
color: #C27C78;
}
</style>
background-color css
<style>
a { background-color: #C27C78; }
a { background-color: rgb(194,124,120); }
div.DivClassName
{
background-color: #C27C78;
}
.BgClassName
{
background-color: #C27C78;
}
</style>
border-color css
<style>
span { border-color: #C27C78; }
span { border-color: rgb(194,124,120); }
td.TdClassName
{
border-color: #C27C78;
}
.TagClassName
{
border-color: #C27C78;
}
</style>