Shades of Brandy Rose #C37D72
Tints of Brandy Rose #C37D72
RGB
CMYK
RGB Variations
Color information
#C37D72 (or 0xC37D72) is known color: Brandy Rose. HEX triplet: C3, 7D and 72. RGB value is (195,125,114). Sum of RGB (Red+Green+Blue) = 195+125+114=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D72 is #3C828D. Grayscale: #909090. Windows color (decimal): -3965582 or 7503299. OLE color: 7503299.
HSL color Cylindrical-coordinate representation of color #C37D72: hue angle of 8.15º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37D72 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 114 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.24 |
| HSL | 8.15º | 0.4% | 0.61% | - |
| HSV(B) | 8.15º | 0.42% | 0.76% | - |
| XYZ | 32.88 | 27.48 | 19.49 | - |
| YUV | 144.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 114 | 0 | 0.36 | 0.42 | 0.24 | 8.15 | 0.4 | 0.61 |
| Hex | C3 | 7D | 72 | 0 | 24 | 2A | 18 | 8 | 28 | 3D |
| Octal | 303 | 175 | 162 | 0 | 44 | 52 | 30 | 10 | 50 | 75 |
| Binary | 11000011 | 1111101 | 1110010 | 0 | 100100 | 101010 | 11000 | 1000 | 101000 | 111101 |
Color Harmonies of #C37D72
Complementary color
Monochromatic Colors of #C37D72
Black with #C37D72
Text Example
Text Example
White with #C37D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D72; }
p { color: rgb(195,125,114); }
H1.HeaderClassName
{
color: #C37D72;
}
.AnyTagClassName
{
color: #C37D72;
}
</style>
background-color css
<style>
a { background-color: #C37D72; }
a { background-color: rgb(195,125,114); }
div.DivClassName
{
background-color: #C37D72;
}
.BgClassName
{
background-color: #C37D72;
}
</style>
border-color css
<style>
span { border-color: #C37D72; }
span { border-color: rgb(195,125,114); }
td.TdClassName
{
border-color: #C37D72;
}
.TagClassName
{
border-color: #C37D72;
}
</style>