Shades of Brandy Rose #C37E70
Tints of Brandy Rose #C37E70
RGB
CMYK
RGB Variations
Color information
#C37E70 (or 0xC37E70) is known color: Brandy Rose. HEX triplet: C3, 7E and 70. RGB value is (195,126,112). Sum of RGB (Red+Green+Blue) = 195+126+112=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E70 is #3C818F. Grayscale: #919191. Windows color (decimal): -3965328 or 7372483. OLE color: 7372483.
HSL color Cylindrical-coordinate representation of color #C37E70: hue angle of 10.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37E70 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 112 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.24 |
| HSL | 10.12º | 0.41% | 0.6% | - |
| HSV(B) | 10.12º | 0.43% | 0.76% | - |
| XYZ | 32.89 | 27.69 | 18.94 | - |
| YUV | 145.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 112 | 0 | 0.35 | 0.43 | 0.24 | 10.12 | 0.41 | 0.6 |
| Hex | C3 | 7E | 70 | 0 | 23 | 2B | 18 | A | 29 | 3C |
| Octal | 303 | 176 | 160 | 0 | 43 | 53 | 30 | 12 | 51 | 74 |
| Binary | 11000011 | 1111110 | 1110000 | 0 | 100011 | 101011 | 11000 | 1010 | 101001 | 111100 |
Color Harmonies of #C37E70
Complementary color
Monochromatic Colors of #C37E70
Black with #C37E70
Text Example
Text Example
White with #C37E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E70; }
p { color: rgb(195,126,112); }
H1.HeaderClassName
{
color: #C37E70;
}
.AnyTagClassName
{
color: #C37E70;
}
</style>
background-color css
<style>
a { background-color: #C37E70; }
a { background-color: rgb(195,126,112); }
div.DivClassName
{
background-color: #C37E70;
}
.BgClassName
{
background-color: #C37E70;
}
</style>
border-color css
<style>
span { border-color: #C37E70; }
span { border-color: rgb(195,126,112); }
td.TdClassName
{
border-color: #C37E70;
}
.TagClassName
{
border-color: #C37E70;
}
</style>