Shades of Brandy Rose #C37D79
Tints of Brandy Rose #C37D79
RGB
CMYK
RGB Variations
Color information
#C37D79 (or 0xC37D79) is known color: Brandy Rose. HEX triplet: C3, 7D and 79. RGB value is (195,125,121). Sum of RGB (Red+Green+Blue) = 195+125+121=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D79 is #3C8286. Grayscale: #919191. Windows color (decimal): -3965575 or 7962051. OLE color: 7962051.
HSL color Cylindrical-coordinate representation of color #C37D79: hue angle of 3.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37D79 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 121 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.24 |
| HSL | 3.24º | 0.38% | 0.62% | - |
| HSV(B) | 3.24º | 0.38% | 0.76% | - |
| XYZ | 33.29 | 27.65 | 21.67 | - |
| YUV | 145.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 121 | 0 | 0.36 | 0.38 | 0.24 | 3.24 | 0.38 | 0.62 |
| Hex | C3 | 7D | 79 | 0 | 24 | 26 | 18 | 3 | 26 | 3E |
| Octal | 303 | 175 | 171 | 0 | 44 | 46 | 30 | 3 | 46 | 76 |
| Binary | 11000011 | 1111101 | 1111001 | 0 | 100100 | 100110 | 11000 | 11 | 100110 | 111110 |
Color Harmonies of #C37D79
Complementary color
Monochromatic Colors of #C37D79
Black with #C37D79
Text Example
Text Example
White with #C37D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D79; }
p { color: rgb(195,125,121); }
H1.HeaderClassName
{
color: #C37D79;
}
.AnyTagClassName
{
color: #C37D79;
}
</style>
background-color css
<style>
a { background-color: #C37D79; }
a { background-color: rgb(195,125,121); }
div.DivClassName
{
background-color: #C37D79;
}
.BgClassName
{
background-color: #C37D79;
}
</style>
border-color css
<style>
span { border-color: #C37D79; }
span { border-color: rgb(195,125,121); }
td.TdClassName
{
border-color: #C37D79;
}
.TagClassName
{
border-color: #C37D79;
}
</style>