Shades of Brandy Rose #C38B7B
Tints of Brandy Rose #C38B7B
RGB
CMYK
RGB Variations
Color information
#C38B7B (or 0xC38B7B) is known color: Brandy Rose. HEX triplet: C3, 8B and 7B. RGB value is (195,139,123). Sum of RGB (Red+Green+Blue) = 195+139+123=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B7B is #3C7484. Grayscale: #9A9A9A. Windows color (decimal): -3961989 or 8096707. OLE color: 8096707.
HSL color Cylindrical-coordinate representation of color #C38B7B: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38B7B is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 123 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.24 |
| HSL | 13.33º | 0.38% | 0.62% | - |
| HSV(B) | 13.33º | 0.37% | 0.76% | - |
| XYZ | 35.31 | 31.5 | 22.96 | - |
| YUV | 153.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 123 | 0 | 0.29 | 0.37 | 0.24 | 13.33 | 0.38 | 0.62 |
| Hex | C3 | 8B | 7B | 0 | 1D | 25 | 18 | D | 26 | 3E |
| Octal | 303 | 213 | 173 | 0 | 35 | 45 | 30 | 15 | 46 | 76 |
| Binary | 11000011 | 10001011 | 1111011 | 0 | 11101 | 100101 | 11000 | 1101 | 100110 | 111110 |
Color Harmonies of #C38B7B
Complementary color
Monochromatic Colors of #C38B7B
Black with #C38B7B
Text Example
Text Example
White with #C38B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B7B; }
p { color: rgb(195,139,123); }
H1.HeaderClassName
{
color: #C38B7B;
}
.AnyTagClassName
{
color: #C38B7B;
}
</style>
background-color css
<style>
a { background-color: #C38B7B; }
a { background-color: rgb(195,139,123); }
div.DivClassName
{
background-color: #C38B7B;
}
.BgClassName
{
background-color: #C38B7B;
}
</style>
border-color css
<style>
span { border-color: #C38B7B; }
span { border-color: rgb(195,139,123); }
td.TdClassName
{
border-color: #C38B7B;
}
.TagClassName
{
border-color: #C38B7B;
}
</style>