Shades of Bouquet #C67AAE
Tints of Bouquet #C67AAE
RGB
CMYK
RGB Variations
Color information
#C67AAE (or 0xC67AAE) is known color: Bouquet. HEX triplet: C6, 7A and AE. RGB value is (198,122,174). Sum of RGB (Red+Green+Blue) = 198+122+174=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AAE is #398551. Grayscale: #969696. Windows color (decimal): -3769682 or 11434694. OLE color: 11434694.
HSL color Cylindrical-coordinate representation of color #C67AAE: hue angle of 318.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AAE is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 174 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.22 |
| HSL | 318.95º | 0.4% | 0.63% | - |
| HSV(B) | 318.95º | 0.38% | 0.78% | - |
| XYZ | 37.89 | 28.98 | 43.64 | - |
| YUV | 150.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 174 | 0 | 0.38 | 0.12 | 0.22 | 318.95 | 0.4 | 0.63 |
| Hex | C6 | 7A | AE | 0 | 26 | C | 16 | 13F | 28 | 3F |
| Octal | 306 | 172 | 256 | 0 | 46 | 14 | 26 | 477 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10101110 | 0 | 100110 | 1100 | 10110 | 100111111 | 101000 | 111111 |
Color Harmonies of #C67AAE
Complementary color
Monochromatic Colors of #C67AAE
Black with #C67AAE
Text Example
Text Example
White with #C67AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AAE; }
p { color: rgb(198,122,174); }
H1.HeaderClassName
{
color: #C67AAE;
}
.AnyTagClassName
{
color: #C67AAE;
}
</style>
background-color css
<style>
a { background-color: #C67AAE; }
a { background-color: rgb(198,122,174); }
div.DivClassName
{
background-color: #C67AAE;
}
.BgClassName
{
background-color: #C67AAE;
}
</style>
border-color css
<style>
span { border-color: #C67AAE; }
span { border-color: rgb(198,122,174); }
td.TdClassName
{
border-color: #C67AAE;
}
.TagClassName
{
border-color: #C67AAE;
}
</style>