Shades of Brandy Rose #C37E71
Tints of Brandy Rose #C37E71
RGB
CMYK
RGB Variations
Color information
#C37E71 (or 0xC37E71) is known color: Brandy Rose. HEX triplet: C3, 7E and 71. RGB value is (195,126,113). Sum of RGB (Red+Green+Blue) = 195+126+113=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E71 is #3C818E. Grayscale: #919191. Windows color (decimal): -3965327 or 7438019. OLE color: 7438019.
HSL color Cylindrical-coordinate representation of color #C37E71: hue angle of 9.51º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37E71 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 113 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.24 |
| HSL | 9.51º | 0.41% | 0.6% | - |
| HSV(B) | 9.51º | 0.42% | 0.76% | - |
| XYZ | 32.95 | 27.72 | 19.24 | - |
| YUV | 145.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 113 | 0 | 0.35 | 0.42 | 0.24 | 9.51 | 0.41 | 0.6 |
| Hex | C3 | 7E | 71 | 0 | 23 | 2A | 18 | A | 29 | 3C |
| Octal | 303 | 176 | 161 | 0 | 43 | 52 | 30 | 12 | 51 | 74 |
| Binary | 11000011 | 1111110 | 1110001 | 0 | 100011 | 101010 | 11000 | 1010 | 101001 | 111100 |
Color Harmonies of #C37E71
Complementary color
Monochromatic Colors of #C37E71
Black with #C37E71
Text Example
Text Example
White with #C37E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E71; }
p { color: rgb(195,126,113); }
H1.HeaderClassName
{
color: #C37E71;
}
.AnyTagClassName
{
color: #C37E71;
}
</style>
background-color css
<style>
a { background-color: #C37E71; }
a { background-color: rgb(195,126,113); }
div.DivClassName
{
background-color: #C37E71;
}
.BgClassName
{
background-color: #C37E71;
}
</style>
border-color css
<style>
span { border-color: #C37E71; }
span { border-color: rgb(195,126,113); }
td.TdClassName
{
border-color: #C37E71;
}
.TagClassName
{
border-color: #C37E71;
}
</style>