Shades of Brandy Rose #C68472
Tints of Brandy Rose #C68472
RGB
CMYK
RGB Variations
Color information
#C68472 (or 0xC68472) is known color: Brandy Rose. HEX triplet: C6, 84 and 72. RGB value is (198,132,114). Sum of RGB (Red+Green+Blue) = 198+132+114=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C68472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68472 is #397B8D. Grayscale: #959595. Windows color (decimal): -3767182 or 7505094. OLE color: 7505094.
HSL color Cylindrical-coordinate representation of color #C68472: hue angle of 12.86º 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 #C68472 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 114 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.22 |
| HSL | 12.86º | 0.42% | 0.61% | - |
| HSV(B) | 12.86º | 0.42% | 0.78% | - |
| XYZ | 34.58 | 29.72 | 19.83 | - |
| YUV | 149.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 114 | 0 | 0.33 | 0.42 | 0.22 | 12.86 | 0.42 | 0.61 |
| Hex | C6 | 84 | 72 | 0 | 21 | 2A | 16 | D | 2A | 3D |
| Octal | 306 | 204 | 162 | 0 | 41 | 52 | 26 | 15 | 52 | 75 |
| Binary | 11000110 | 10000100 | 1110010 | 0 | 100001 | 101010 | 10110 | 1101 | 101010 | 111101 |
Color Harmonies of #C68472
Complementary color
Monochromatic Colors of #C68472
Black with #C68472
Text Example
Text Example
White with #C68472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68472; }
p { color: rgb(198,132,114); }
H1.HeaderClassName
{
color: #C68472;
}
.AnyTagClassName
{
color: #C68472;
}
</style>
background-color css
<style>
a { background-color: #C68472; }
a { background-color: rgb(198,132,114); }
div.DivClassName
{
background-color: #C68472;
}
.BgClassName
{
background-color: #C68472;
}
</style>
border-color css
<style>
span { border-color: #C68472; }
span { border-color: rgb(198,132,114); }
td.TdClassName
{
border-color: #C68472;
}
.TagClassName
{
border-color: #C68472;
}
</style>