Shades of Brandy Rose #C48374
Tints of Brandy Rose #C48374
RGB
CMYK
RGB Variations
Color information
#C48374 (or 0xC48374) is known color: Brandy Rose. HEX triplet: C4, 83 and 74. RGB value is (196,131,116). Sum of RGB (Red+Green+Blue) = 196+131+116=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C48374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48374 is #3B7C8B. Grayscale: #949494. Windows color (decimal): -3898508 or 7635908. OLE color: 7635908.
HSL color Cylindrical-coordinate representation of color #C48374: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C48374 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 131 | 116 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.23 |
| HSL | 11.25º | 0.4% | 0.61% | - |
| HSV(B) | 11.25º | 0.41% | 0.77% | - |
| XYZ | 34.03 | 29.23 | 20.37 | - |
| YUV | 148.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 116 | 0 | 0.33 | 0.41 | 0.23 | 11.25 | 0.4 | 0.61 |
| Hex | C4 | 83 | 74 | 0 | 21 | 29 | 17 | B | 28 | 3D |
| Octal | 304 | 203 | 164 | 0 | 41 | 51 | 27 | 13 | 50 | 75 |
| Binary | 11000100 | 10000011 | 1110100 | 0 | 100001 | 101001 | 10111 | 1011 | 101000 | 111101 |
Color Harmonies of #C48374
Complementary color
Monochromatic Colors of #C48374
Black with #C48374
Text Example
Text Example
White with #C48374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48374; }
p { color: rgb(196,131,116); }
H1.HeaderClassName
{
color: #C48374;
}
.AnyTagClassName
{
color: #C48374;
}
</style>
background-color css
<style>
a { background-color: #C48374; }
a { background-color: rgb(196,131,116); }
div.DivClassName
{
background-color: #C48374;
}
.BgClassName
{
background-color: #C48374;
}
</style>
border-color css
<style>
span { border-color: #C48374; }
span { border-color: rgb(196,131,116); }
td.TdClassName
{
border-color: #C48374;
}
.TagClassName
{
border-color: #C48374;
}
</style>