Shades of Brandy Rose #C48A7A
Tints of Brandy Rose #C48A7A
RGB
CMYK
RGB Variations
Color information
#C48A7A (or 0xC48A7A) is known color: Brandy Rose. HEX triplet: C4, 8A and 7A. RGB value is (196,138,122). Sum of RGB (Red+Green+Blue) = 196+138+122=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A7A is #3B7585. Grayscale: #999999. Windows color (decimal): -3896710 or 8030916. OLE color: 8030916.
HSL color Cylindrical-coordinate representation of color #C48A7A: hue angle of 12.97º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48A7A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 122 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.23 |
| HSL | 12.97º | 0.39% | 0.62% | - |
| HSV(B) | 12.97º | 0.38% | 0.77% | - |
| XYZ | 35.37 | 31.32 | 22.59 | - |
| YUV | 153.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 122 | 0 | 0.30 | 0.38 | 0.23 | 12.97 | 0.39 | 0.62 |
| Hex | C4 | 8A | 7A | 0 | 1E | 26 | 17 | D | 27 | 3E |
| Octal | 304 | 212 | 172 | 0 | 36 | 46 | 27 | 15 | 47 | 76 |
| Binary | 11000100 | 10001010 | 1111010 | 0 | 11110 | 100110 | 10111 | 1101 | 100111 | 111110 |
Color Harmonies of #C48A7A
Complementary color
Monochromatic Colors of #C48A7A
Black with #C48A7A
Text Example
Text Example
White with #C48A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A7A; }
p { color: rgb(196,138,122); }
H1.HeaderClassName
{
color: #C48A7A;
}
.AnyTagClassName
{
color: #C48A7A;
}
</style>
background-color css
<style>
a { background-color: #C48A7A; }
a { background-color: rgb(196,138,122); }
div.DivClassName
{
background-color: #C48A7A;
}
.BgClassName
{
background-color: #C48A7A;
}
</style>
border-color css
<style>
span { border-color: #C48A7A; }
span { border-color: rgb(196,138,122); }
td.TdClassName
{
border-color: #C48A7A;
}
.TagClassName
{
border-color: #C48A7A;
}
</style>