Shades of Brandy Rose #C38477
Tints of Brandy Rose #C38477
RGB
CMYK
RGB Variations
Color information
#C38477 (or 0xC38477) is known color: Brandy Rose. HEX triplet: C3, 84 and 77. RGB value is (195,132,119). Sum of RGB (Red+Green+Blue) = 195+132+119=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38477 is #3C7B88. Grayscale: #959595. Windows color (decimal): -3963785 or 7832771. OLE color: 7832771.
HSL color Cylindrical-coordinate representation of color #C38477: hue angle of 10.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38477 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 119 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.24 |
| HSL | 10.26º | 0.39% | 0.62% | - |
| HSV(B) | 10.26º | 0.39% | 0.76% | - |
| XYZ | 34.09 | 29.44 | 21.34 | - |
| YUV | 149.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 119 | 0 | 0.32 | 0.39 | 0.24 | 10.26 | 0.39 | 0.62 |
| Hex | C3 | 84 | 77 | 0 | 20 | 27 | 18 | A | 27 | 3E |
| Octal | 303 | 204 | 167 | 0 | 40 | 47 | 30 | 12 | 47 | 76 |
| Binary | 11000011 | 10000100 | 1110111 | 0 | 100000 | 100111 | 11000 | 1010 | 100111 | 111110 |
Color Harmonies of #C38477
Complementary color
Monochromatic Colors of #C38477
Black with #C38477
Text Example
Text Example
White with #C38477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38477; }
p { color: rgb(195,132,119); }
H1.HeaderClassName
{
color: #C38477;
}
.AnyTagClassName
{
color: #C38477;
}
</style>
background-color css
<style>
a { background-color: #C38477; }
a { background-color: rgb(195,132,119); }
div.DivClassName
{
background-color: #C38477;
}
.BgClassName
{
background-color: #C38477;
}
</style>
border-color css
<style>
span { border-color: #C38477; }
span { border-color: rgb(195,132,119); }
td.TdClassName
{
border-color: #C38477;
}
.TagClassName
{
border-color: #C38477;
}
</style>