Shades of Brandy Rose #C38772
Tints of Brandy Rose #C38772
RGB
CMYK
RGB Variations
Color information
#C38772 (or 0xC38772) is known color: Brandy Rose. HEX triplet: C3, 87 and 72. RGB value is (195,135,114). Sum of RGB (Red+Green+Blue) = 195+135+114=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38772 is #3C788D. Grayscale: #969696. Windows color (decimal): -3963022 or 7505859. OLE color: 7505859.
HSL color Cylindrical-coordinate representation of color #C38772: hue angle of 15.56º 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 #C38772 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 114 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.24 |
| HSL | 15.56º | 0.4% | 0.61% | - |
| HSV(B) | 15.56º | 0.42% | 0.76% | - |
| XYZ | 34.21 | 30.14 | 19.94 | - |
| YUV | 150.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 114 | 0 | 0.31 | 0.42 | 0.24 | 15.56 | 0.4 | 0.61 |
| Hex | C3 | 87 | 72 | 0 | 1F | 2A | 18 | 10 | 28 | 3D |
| Octal | 303 | 207 | 162 | 0 | 37 | 52 | 30 | 20 | 50 | 75 |
| Binary | 11000011 | 10000111 | 1110010 | 0 | 11111 | 101010 | 11000 | 10000 | 101000 | 111101 |
Color Harmonies of #C38772
Complementary color
Monochromatic Colors of #C38772
Black with #C38772
Text Example
Text Example
White with #C38772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38772; }
p { color: rgb(195,135,114); }
H1.HeaderClassName
{
color: #C38772;
}
.AnyTagClassName
{
color: #C38772;
}
</style>
background-color css
<style>
a { background-color: #C38772; }
a { background-color: rgb(195,135,114); }
div.DivClassName
{
background-color: #C38772;
}
.BgClassName
{
background-color: #C38772;
}
</style>
border-color css
<style>
span { border-color: #C38772; }
span { border-color: rgb(195,135,114); }
td.TdClassName
{
border-color: #C38772;
}
.TagClassName
{
border-color: #C38772;
}
</style>