Shades of Brandy Rose #C38672
Tints of Brandy Rose #C38672
RGB
CMYK
RGB Variations
Color information
#C38672 (or 0xC38672) is known color: Brandy Rose. HEX triplet: C3, 86 and 72. RGB value is (195,134,114). Sum of RGB (Red+Green+Blue) = 195+134+114=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38672 is #3C798D. Grayscale: #969696. Windows color (decimal): -3963278 or 7505603. OLE color: 7505603.
HSL color Cylindrical-coordinate representation of color #C38672: hue angle of 14.81º 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 #C38672 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 114 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.24 |
| HSL | 14.81º | 0.4% | 0.61% | - |
| HSV(B) | 14.81º | 0.42% | 0.76% | - |
| XYZ | 34.07 | 29.87 | 19.89 | - |
| YUV | 149.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 114 | 0 | 0.31 | 0.42 | 0.24 | 14.81 | 0.4 | 0.61 |
| Hex | C3 | 86 | 72 | 0 | 1F | 2A | 18 | F | 28 | 3D |
| Octal | 303 | 206 | 162 | 0 | 37 | 52 | 30 | 17 | 50 | 75 |
| Binary | 11000011 | 10000110 | 1110010 | 0 | 11111 | 101010 | 11000 | 1111 | 101000 | 111101 |
Color Harmonies of #C38672
Complementary color
Monochromatic Colors of #C38672
Black with #C38672
Text Example
Text Example
White with #C38672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38672; }
p { color: rgb(195,134,114); }
H1.HeaderClassName
{
color: #C38672;
}
.AnyTagClassName
{
color: #C38672;
}
</style>
background-color css
<style>
a { background-color: #C38672; }
a { background-color: rgb(195,134,114); }
div.DivClassName
{
background-color: #C38672;
}
.BgClassName
{
background-color: #C38672;
}
</style>
border-color css
<style>
span { border-color: #C38672; }
span { border-color: rgb(195,134,114); }
td.TdClassName
{
border-color: #C38672;
}
.TagClassName
{
border-color: #C38672;
}
</style>