Shades of Brandy Rose #C3827B
Tints of Brandy Rose #C3827B
RGB
CMYK
RGB Variations
Color information
#C3827B (or 0xC3827B) is known color: Brandy Rose. HEX triplet: C3, 82 and 7B. RGB value is (195,130,123). Sum of RGB (Red+Green+Blue) = 195+130+123=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3827B is #3C7D84. Grayscale: #949494. Windows color (decimal): -3964293 or 8094403. OLE color: 8094403.
HSL color Cylindrical-coordinate representation of color #C3827B: hue angle of 5.83º 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 #C3827B is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 123 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.24 |
| HSL | 5.83º | 0.38% | 0.62% | - |
| HSV(B) | 5.83º | 0.37% | 0.76% | - |
| XYZ | 34.06 | 29 | 22.54 | - |
| YUV | 148.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 123 | 0 | 0.33 | 0.37 | 0.24 | 5.83 | 0.38 | 0.62 |
| Hex | C3 | 82 | 7B | 0 | 21 | 25 | 18 | 6 | 26 | 3E |
| Octal | 303 | 202 | 173 | 0 | 41 | 45 | 30 | 6 | 46 | 76 |
| Binary | 11000011 | 10000010 | 1111011 | 0 | 100001 | 100101 | 11000 | 110 | 100110 | 111110 |
Color Harmonies of #C3827B
Complementary color
Monochromatic Colors of #C3827B
Black with #C3827B
Text Example
Text Example
White with #C3827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3827B; }
p { color: rgb(195,130,123); }
H1.HeaderClassName
{
color: #C3827B;
}
.AnyTagClassName
{
color: #C3827B;
}
</style>
background-color css
<style>
a { background-color: #C3827B; }
a { background-color: rgb(195,130,123); }
div.DivClassName
{
background-color: #C3827B;
}
.BgClassName
{
background-color: #C3827B;
}
</style>
border-color css
<style>
span { border-color: #C3827B; }
span { border-color: rgb(195,130,123); }
td.TdClassName
{
border-color: #C3827B;
}
.TagClassName
{
border-color: #C3827B;
}
</style>