Shades of Brandy Rose #C38B7A
Tints of Brandy Rose #C38B7A
RGB
CMYK
RGB Variations
Color information
#C38B7A (or 0xC38B7A) is known color: Brandy Rose. HEX triplet: C3, 8B and 7A. RGB value is (195,139,122). Sum of RGB (Red+Green+Blue) = 195+139+122=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B7A is #3C7485. Grayscale: #999999. Windows color (decimal): -3961990 or 8031171. OLE color: 8031171.
HSL color Cylindrical-coordinate representation of color #C38B7A: hue angle of 13.97º 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 #C38B7A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 122 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.24 |
| HSL | 13.97º | 0.38% | 0.62% | - |
| HSV(B) | 13.97º | 0.37% | 0.76% | - |
| XYZ | 35.25 | 31.47 | 22.63 | - |
| YUV | 153.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 122 | 0 | 0.29 | 0.37 | 0.24 | 13.97 | 0.38 | 0.62 |
| Hex | C3 | 8B | 7A | 0 | 1D | 25 | 18 | E | 26 | 3E |
| Octal | 303 | 213 | 172 | 0 | 35 | 45 | 30 | 16 | 46 | 76 |
| Binary | 11000011 | 10001011 | 1111010 | 0 | 11101 | 100101 | 11000 | 1110 | 100110 | 111110 |
Color Harmonies of #C38B7A
Complementary color
Monochromatic Colors of #C38B7A
Black with #C38B7A
Text Example
Text Example
White with #C38B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B7A; }
p { color: rgb(195,139,122); }
H1.HeaderClassName
{
color: #C38B7A;
}
.AnyTagClassName
{
color: #C38B7A;
}
</style>
background-color css
<style>
a { background-color: #C38B7A; }
a { background-color: rgb(195,139,122); }
div.DivClassName
{
background-color: #C38B7A;
}
.BgClassName
{
background-color: #C38B7A;
}
</style>
border-color css
<style>
span { border-color: #C38B7A; }
span { border-color: rgb(195,139,122); }
td.TdClassName
{
border-color: #C38B7A;
}
.TagClassName
{
border-color: #C38B7A;
}
</style>