Shades of Brandy Rose #C68679
Tints of Brandy Rose #C68679
RGB
CMYK
RGB Variations
Color information
#C68679 (or 0xC68679) is known color: Brandy Rose. HEX triplet: C6, 86 and 79. RGB value is (198,134,121). Sum of RGB (Red+Green+Blue) = 198+134+121=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C68679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68679 is #397986. Grayscale: #979797. Windows color (decimal): -3766663 or 7964358. OLE color: 7964358.
HSL color Cylindrical-coordinate representation of color #C68679: hue angle of 10.13º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68679 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 121 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.22 |
| HSL | 10.13º | 0.4% | 0.63% | - |
| HSV(B) | 10.13º | 0.39% | 0.78% | - |
| XYZ | 35.26 | 30.44 | 22.11 | - |
| YUV | 151.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 121 | 0 | 0.32 | 0.39 | 0.22 | 10.13 | 0.4 | 0.63 |
| Hex | C6 | 86 | 79 | 0 | 20 | 27 | 16 | A | 28 | 3F |
| Octal | 306 | 206 | 171 | 0 | 40 | 47 | 26 | 12 | 50 | 77 |
| Binary | 11000110 | 10000110 | 1111001 | 0 | 100000 | 100111 | 10110 | 1010 | 101000 | 111111 |
Color Harmonies of #C68679
Complementary color
Monochromatic Colors of #C68679
Black with #C68679
Text Example
Text Example
White with #C68679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68679; }
p { color: rgb(198,134,121); }
H1.HeaderClassName
{
color: #C68679;
}
.AnyTagClassName
{
color: #C68679;
}
</style>
background-color css
<style>
a { background-color: #C68679; }
a { background-color: rgb(198,134,121); }
div.DivClassName
{
background-color: #C68679;
}
.BgClassName
{
background-color: #C68679;
}
</style>
border-color css
<style>
span { border-color: #C68679; }
span { border-color: rgb(198,134,121); }
td.TdClassName
{
border-color: #C68679;
}
.TagClassName
{
border-color: #C68679;
}
</style>