Shades of Brandy Rose #C67F78
Tints of Brandy Rose #C67F78
RGB
CMYK
RGB Variations
Color information
#C67F78 (or 0xC67F78) is known color: Brandy Rose. HEX triplet: C6, 7F and 78. RGB value is (198,127,120). Sum of RGB (Red+Green+Blue) = 198+127+120=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F78 is #398087. Grayscale: #939393. Windows color (decimal): -3768456 or 7897030. OLE color: 7897030.
HSL color Cylindrical-coordinate representation of color #C67F78: hue angle of 5.38º 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 #C67F78 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 120 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.22 |
| HSL | 5.38º | 0.41% | 0.62% | - |
| HSV(B) | 5.38º | 0.39% | 0.78% | - |
| XYZ | 34.27 | 28.54 | 21.47 | - |
| YUV | 147.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 120 | 0 | 0.36 | 0.39 | 0.22 | 5.38 | 0.41 | 0.62 |
| Hex | C6 | 7F | 78 | 0 | 24 | 27 | 16 | 5 | 29 | 3E |
| Octal | 306 | 177 | 170 | 0 | 44 | 47 | 26 | 5 | 51 | 76 |
| Binary | 11000110 | 1111111 | 1111000 | 0 | 100100 | 100111 | 10110 | 101 | 101001 | 111110 |
Color Harmonies of #C67F78
Complementary color
Monochromatic Colors of #C67F78
Black with #C67F78
Text Example
Text Example
White with #C67F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F78; }
p { color: rgb(198,127,120); }
H1.HeaderClassName
{
color: #C67F78;
}
.AnyTagClassName
{
color: #C67F78;
}
</style>
background-color css
<style>
a { background-color: #C67F78; }
a { background-color: rgb(198,127,120); }
div.DivClassName
{
background-color: #C67F78;
}
.BgClassName
{
background-color: #C67F78;
}
</style>
border-color css
<style>
span { border-color: #C67F78; }
span { border-color: rgb(198,127,120); }
td.TdClassName
{
border-color: #C67F78;
}
.TagClassName
{
border-color: #C67F78;
}
</style>