Shades of Brandy Rose #C68473
Tints of Brandy Rose #C68473
RGB
CMYK
RGB Variations
Color information
#C68473 (or 0xC68473) is known color: Brandy Rose. HEX triplet: C6, 84 and 73. RGB value is (198,132,115). Sum of RGB (Red+Green+Blue) = 198+132+115=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C68473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68473 is #397B8C. Grayscale: #959595. Windows color (decimal): -3767181 or 7570630. OLE color: 7570630.
HSL color Cylindrical-coordinate representation of color #C68473: hue angle of 12.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C68473 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 115 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.22 |
| HSL | 12.29º | 0.42% | 0.61% | - |
| HSV(B) | 12.29º | 0.42% | 0.78% | - |
| XYZ | 34.63 | 29.75 | 20.14 | - |
| YUV | 149.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 115 | 0 | 0.33 | 0.42 | 0.22 | 12.29 | 0.42 | 0.61 |
| Hex | C6 | 84 | 73 | 0 | 21 | 2A | 16 | C | 2A | 3D |
| Octal | 306 | 204 | 163 | 0 | 41 | 52 | 26 | 14 | 52 | 75 |
| Binary | 11000110 | 10000100 | 1110011 | 0 | 100001 | 101010 | 10110 | 1100 | 101010 | 111101 |
Color Harmonies of #C68473
Complementary color
Monochromatic Colors of #C68473
Black with #C68473
Text Example
Text Example
White with #C68473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68473; }
p { color: rgb(198,132,115); }
H1.HeaderClassName
{
color: #C68473;
}
.AnyTagClassName
{
color: #C68473;
}
</style>
background-color css
<style>
a { background-color: #C68473; }
a { background-color: rgb(198,132,115); }
div.DivClassName
{
background-color: #C68473;
}
.BgClassName
{
background-color: #C68473;
}
</style>
border-color css
<style>
span { border-color: #C68473; }
span { border-color: rgb(198,132,115); }
td.TdClassName
{
border-color: #C68473;
}
.TagClassName
{
border-color: #C68473;
}
</style>