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