Shades of Brandy Rose #C27D72
Tints of Brandy Rose #C27D72
RGB
CMYK
RGB Variations
Color information
#C27D72 (or 0xC27D72) is known color: Brandy Rose. HEX triplet: C2, 7D and 72. RGB value is (194,125,114). Sum of RGB (Red+Green+Blue) = 194+125+114=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D72 is #3D828D. Grayscale: #909090. Windows color (decimal): -4031118 or 7503298. OLE color: 7503298.
HSL color Cylindrical-coordinate representation of color #C27D72: hue angle of 8.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27D72 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 114 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.24 |
| HSL | 8.25º | 0.4% | 0.6% | - |
| HSV(B) | 8.25º | 0.41% | 0.76% | - |
| XYZ | 32.62 | 27.35 | 19.48 | - |
| YUV | 144.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 114 | 0 | 0.36 | 0.41 | 0.24 | 8.25 | 0.4 | 0.6 |
| Hex | C2 | 7D | 72 | 0 | 24 | 29 | 18 | 8 | 28 | 3C |
| Octal | 302 | 175 | 162 | 0 | 44 | 51 | 30 | 10 | 50 | 74 |
| Binary | 11000010 | 1111101 | 1110010 | 0 | 100100 | 101001 | 11000 | 1000 | 101000 | 111100 |
Color Harmonies of #C27D72
Complementary color
Monochromatic Colors of #C27D72
Black with #C27D72
Text Example
Text Example
White with #C27D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D72; }
p { color: rgb(194,125,114); }
H1.HeaderClassName
{
color: #C27D72;
}
.AnyTagClassName
{
color: #C27D72;
}
</style>
background-color css
<style>
a { background-color: #C27D72; }
a { background-color: rgb(194,125,114); }
div.DivClassName
{
background-color: #C27D72;
}
.BgClassName
{
background-color: #C27D72;
}
</style>
border-color css
<style>
span { border-color: #C27D72; }
span { border-color: rgb(194,125,114); }
td.TdClassName
{
border-color: #C27D72;
}
.TagClassName
{
border-color: #C27D72;
}
</style>