Shades of Brandy Rose #C3837A
Tints of Brandy Rose #C3837A
RGB
CMYK
RGB Variations
Color information
#C3837A (or 0xC3837A) is known color: Brandy Rose. HEX triplet: C3, 83 and 7A. RGB value is (195,131,122). Sum of RGB (Red+Green+Blue) = 195+131+122=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3837A is #3C7C85. Grayscale: #959595. Windows color (decimal): -3964038 or 8029123. OLE color: 8029123.
HSL color Cylindrical-coordinate representation of color #C3837A: hue angle of 7.4º 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 #C3837A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 122 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.24 |
| HSL | 7.4º | 0.38% | 0.62% | - |
| HSV(B) | 7.4º | 0.37% | 0.76% | - |
| XYZ | 34.13 | 29.24 | 22.26 | - |
| YUV | 149.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 122 | 0 | 0.33 | 0.37 | 0.24 | 7.4 | 0.38 | 0.62 |
| Hex | C3 | 83 | 7A | 0 | 21 | 25 | 18 | 7 | 26 | 3E |
| Octal | 303 | 203 | 172 | 0 | 41 | 45 | 30 | 7 | 46 | 76 |
| Binary | 11000011 | 10000011 | 1111010 | 0 | 100001 | 100101 | 11000 | 111 | 100110 | 111110 |
Color Harmonies of #C3837A
Complementary color
Monochromatic Colors of #C3837A
Black with #C3837A
Text Example
Text Example
White with #C3837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3837A; }
p { color: rgb(195,131,122); }
H1.HeaderClassName
{
color: #C3837A;
}
.AnyTagClassName
{
color: #C3837A;
}
</style>
background-color css
<style>
a { background-color: #C3837A; }
a { background-color: rgb(195,131,122); }
div.DivClassName
{
background-color: #C3837A;
}
.BgClassName
{
background-color: #C3837A;
}
</style>
border-color css
<style>
span { border-color: #C3837A; }
span { border-color: rgb(195,131,122); }
td.TdClassName
{
border-color: #C3837A;
}
.TagClassName
{
border-color: #C3837A;
}
</style>