Shades of Brandy Rose #C68078
Tints of Brandy Rose #C68078
RGB
CMYK
RGB Variations
Color information
#C68078 (or 0xC68078) is known color: Brandy Rose. HEX triplet: C6, 80 and 78. RGB value is (198,128,120). Sum of RGB (Red+Green+Blue) = 198+128+120=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C68078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68078 is #397F87. Grayscale: #949494. Windows color (decimal): -3768200 or 7897286. OLE color: 7897286.
HSL color Cylindrical-coordinate representation of color #C68078: hue angle of 6.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68078 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 120 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.22 |
| HSL | 6.15º | 0.41% | 0.62% | - |
| HSV(B) | 6.15º | 0.39% | 0.78% | - |
| XYZ | 34.4 | 28.8 | 21.52 | - |
| YUV | 148.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 120 | 0 | 0.35 | 0.39 | 0.22 | 6.15 | 0.41 | 0.62 |
| Hex | C6 | 80 | 78 | 0 | 23 | 27 | 16 | 6 | 29 | 3E |
| Octal | 306 | 200 | 170 | 0 | 43 | 47 | 26 | 6 | 51 | 76 |
| Binary | 11000110 | 10000000 | 1111000 | 0 | 100011 | 100111 | 10110 | 110 | 101001 | 111110 |
Color Harmonies of #C68078
Complementary color
Monochromatic Colors of #C68078
Black with #C68078
Text Example
Text Example
White with #C68078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68078; }
p { color: rgb(198,128,120); }
H1.HeaderClassName
{
color: #C68078;
}
.AnyTagClassName
{
color: #C68078;
}
</style>
background-color css
<style>
a { background-color: #C68078; }
a { background-color: rgb(198,128,120); }
div.DivClassName
{
background-color: #C68078;
}
.BgClassName
{
background-color: #C68078;
}
</style>
border-color css
<style>
span { border-color: #C68078; }
span { border-color: rgb(198,128,120); }
td.TdClassName
{
border-color: #C68078;
}
.TagClassName
{
border-color: #C68078;
}
</style>