Shades of Brandy Rose #C38B7C
Tints of Brandy Rose #C38B7C
RGB
CMYK
RGB Variations
Color information
#C38B7C (or 0xC38B7C) is known color: Brandy Rose. HEX triplet: C3, 8B and 7C. RGB value is (195,139,124). Sum of RGB (Red+Green+Blue) = 195+139+124=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B7C is #3C7483. Grayscale: #9A9A9A. Windows color (decimal): -3961988 or 8162243. OLE color: 8162243.
HSL color Cylindrical-coordinate representation of color #C38B7C: hue angle of 12.68º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C38B7C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 124 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.24 |
| HSL | 12.68º | 0.37% | 0.63% | - |
| HSV(B) | 12.68º | 0.36% | 0.76% | - |
| XYZ | 35.38 | 31.52 | 23.29 | - |
| YUV | 154.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 124 | 0 | 0.29 | 0.36 | 0.24 | 12.68 | 0.37 | 0.63 |
| Hex | C3 | 8B | 7C | 0 | 1D | 24 | 18 | D | 25 | 3F |
| Octal | 303 | 213 | 174 | 0 | 35 | 44 | 30 | 15 | 45 | 77 |
| Binary | 11000011 | 10001011 | 1111100 | 0 | 11101 | 100100 | 11000 | 1101 | 100101 | 111111 |
Color Harmonies of #C38B7C
Complementary color
Monochromatic Colors of #C38B7C
Black with #C38B7C
Text Example
Text Example
White with #C38B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B7C; }
p { color: rgb(195,139,124); }
H1.HeaderClassName
{
color: #C38B7C;
}
.AnyTagClassName
{
color: #C38B7C;
}
</style>
background-color css
<style>
a { background-color: #C38B7C; }
a { background-color: rgb(195,139,124); }
div.DivClassName
{
background-color: #C38B7C;
}
.BgClassName
{
background-color: #C38B7C;
}
</style>
border-color css
<style>
span { border-color: #C38B7C; }
span { border-color: rgb(195,139,124); }
td.TdClassName
{
border-color: #C38B7C;
}
.TagClassName
{
border-color: #C38B7C;
}
</style>