Shades of Brandy Rose #C37D74
Tints of Brandy Rose #C37D74
RGB
CMYK
RGB Variations
Color information
#C37D74 (or 0xC37D74) is known color: Brandy Rose. HEX triplet: C3, 7D and 74. RGB value is (195,125,116). Sum of RGB (Red+Green+Blue) = 195+125+116=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D74 is #3C828B. Grayscale: #919191. Windows color (decimal): -3965580 or 7634371. OLE color: 7634371.
HSL color Cylindrical-coordinate representation of color #C37D74: hue angle of 6.84º 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 #C37D74 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 116 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.24 |
| HSL | 6.84º | 0.4% | 0.61% | - |
| HSV(B) | 6.84º | 0.41% | 0.76% | - |
| XYZ | 32.99 | 27.53 | 20.1 | - |
| YUV | 144.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 116 | 0 | 0.36 | 0.41 | 0.24 | 6.84 | 0.4 | 0.61 |
| Hex | C3 | 7D | 74 | 0 | 24 | 29 | 18 | 7 | 28 | 3D |
| Octal | 303 | 175 | 164 | 0 | 44 | 51 | 30 | 7 | 50 | 75 |
| Binary | 11000011 | 1111101 | 1110100 | 0 | 100100 | 101001 | 11000 | 111 | 101000 | 111101 |
Color Harmonies of #C37D74
Complementary color
Monochromatic Colors of #C37D74
Black with #C37D74
Text Example
Text Example
White with #C37D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D74; }
p { color: rgb(195,125,116); }
H1.HeaderClassName
{
color: #C37D74;
}
.AnyTagClassName
{
color: #C37D74;
}
</style>
background-color css
<style>
a { background-color: #C37D74; }
a { background-color: rgb(195,125,116); }
div.DivClassName
{
background-color: #C37D74;
}
.BgClassName
{
background-color: #C37D74;
}
</style>
border-color css
<style>
span { border-color: #C37D74; }
span { border-color: rgb(195,125,116); }
td.TdClassName
{
border-color: #C37D74;
}
.TagClassName
{
border-color: #C37D74;
}
</style>