Shades of Brandy Rose #C37F73
Tints of Brandy Rose #C37F73
RGB
CMYK
RGB Variations
Color information
#C37F73 (or 0xC37F73) is known color: Brandy Rose. HEX triplet: C3, 7F and 73. RGB value is (195,127,115). Sum of RGB (Red+Green+Blue) = 195+127+115=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F73 is #3C808C. Grayscale: #929292. Windows color (decimal): -3965069 or 7569347. OLE color: 7569347.
HSL color Cylindrical-coordinate representation of color #C37F73: hue angle of 9º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37F73 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 115 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.24 |
| HSL | 9º | 0.4% | 0.61% | - |
| HSV(B) | 9º | 0.41% | 0.76% | - |
| XYZ | 33.19 | 28.02 | 19.88 | - |
| YUV | 145.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 115 | 0 | 0.35 | 0.41 | 0.24 | 9 | 0.4 | 0.61 |
| Hex | C3 | 7F | 73 | 0 | 23 | 29 | 18 | 9 | 28 | 3D |
| Octal | 303 | 177 | 163 | 0 | 43 | 51 | 30 | 11 | 50 | 75 |
| Binary | 11000011 | 1111111 | 1110011 | 0 | 100011 | 101001 | 11000 | 1001 | 101000 | 111101 |
Color Harmonies of #C37F73
Complementary color
Monochromatic Colors of #C37F73
Black with #C37F73
Text Example
Text Example
White with #C37F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F73; }
p { color: rgb(195,127,115); }
H1.HeaderClassName
{
color: #C37F73;
}
.AnyTagClassName
{
color: #C37F73;
}
</style>
background-color css
<style>
a { background-color: #C37F73; }
a { background-color: rgb(195,127,115); }
div.DivClassName
{
background-color: #C37F73;
}
.BgClassName
{
background-color: #C37F73;
}
</style>
border-color css
<style>
span { border-color: #C37F73; }
span { border-color: rgb(195,127,115); }
td.TdClassName
{
border-color: #C37F73;
}
.TagClassName
{
border-color: #C37F73;
}
</style>