Shades of Brandy Rose #C68379
Tints of Brandy Rose #C68379
RGB
CMYK
RGB Variations
Color information
#C68379 (or 0xC68379) is known color: Brandy Rose. HEX triplet: C6, 83 and 79. RGB value is (198,131,121). Sum of RGB (Red+Green+Blue) = 198+131+121=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C68379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68379 is #397C86. Grayscale: #969696. Windows color (decimal): -3767431 or 7963590. OLE color: 7963590.
HSL color Cylindrical-coordinate representation of color #C68379: hue angle of 7.79º 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 #C68379 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 121 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.22 |
| HSL | 7.79º | 0.4% | 0.63% | - |
| HSV(B) | 7.79º | 0.39% | 0.78% | - |
| XYZ | 34.86 | 29.62 | 21.97 | - |
| YUV | 149.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 121 | 0 | 0.34 | 0.39 | 0.22 | 7.79 | 0.4 | 0.63 |
| Hex | C6 | 83 | 79 | 0 | 22 | 27 | 16 | 8 | 28 | 3F |
| Octal | 306 | 203 | 171 | 0 | 42 | 47 | 26 | 10 | 50 | 77 |
| Binary | 11000110 | 10000011 | 1111001 | 0 | 100010 | 100111 | 10110 | 1000 | 101000 | 111111 |
Color Harmonies of #C68379
Complementary color
Monochromatic Colors of #C68379
Black with #C68379
Text Example
Text Example
White with #C68379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68379; }
p { color: rgb(198,131,121); }
H1.HeaderClassName
{
color: #C68379;
}
.AnyTagClassName
{
color: #C68379;
}
</style>
background-color css
<style>
a { background-color: #C68379; }
a { background-color: rgb(198,131,121); }
div.DivClassName
{
background-color: #C68379;
}
.BgClassName
{
background-color: #C68379;
}
</style>
border-color css
<style>
span { border-color: #C68379; }
span { border-color: rgb(198,131,121); }
td.TdClassName
{
border-color: #C68379;
}
.TagClassName
{
border-color: #C68379;
}
</style>