Shades of Brandy Rose #C3827A
Tints of Brandy Rose #C3827A
RGB
CMYK
RGB Variations
Color information
#C3827A (or 0xC3827A) is known color: Brandy Rose. HEX triplet: C3, 82 and 7A. RGB value is (195,130,122). Sum of RGB (Red+Green+Blue) = 195+130+122=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3827A is #3C7D85. Grayscale: #949494. Windows color (decimal): -3964294 or 8028867. OLE color: 8028867.
HSL color Cylindrical-coordinate representation of color #C3827A: hue angle of 6.58º 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 #C3827A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 122 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.24 |
| HSL | 6.58º | 0.38% | 0.62% | - |
| HSV(B) | 6.58º | 0.37% | 0.76% | - |
| XYZ | 34 | 28.97 | 22.21 | - |
| YUV | 148.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 122 | 0 | 0.33 | 0.37 | 0.24 | 6.58 | 0.38 | 0.62 |
| Hex | C3 | 82 | 7A | 0 | 21 | 25 | 18 | 7 | 26 | 3E |
| Octal | 303 | 202 | 172 | 0 | 41 | 45 | 30 | 7 | 46 | 76 |
| Binary | 11000011 | 10000010 | 1111010 | 0 | 100001 | 100101 | 11000 | 111 | 100110 | 111110 |
Color Harmonies of #C3827A
Complementary color
Monochromatic Colors of #C3827A
Black with #C3827A
Text Example
Text Example
White with #C3827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3827A; }
p { color: rgb(195,130,122); }
H1.HeaderClassName
{
color: #C3827A;
}
.AnyTagClassName
{
color: #C3827A;
}
</style>
background-color css
<style>
a { background-color: #C3827A; }
a { background-color: rgb(195,130,122); }
div.DivClassName
{
background-color: #C3827A;
}
.BgClassName
{
background-color: #C3827A;
}
</style>
border-color css
<style>
span { border-color: #C3827A; }
span { border-color: rgb(195,130,122); }
td.TdClassName
{
border-color: #C3827A;
}
.TagClassName
{
border-color: #C3827A;
}
</style>