Shades of Bouquet #C07DAA
Tints of Bouquet #C07DAA
RGB
CMYK
RGB Variations
Color information
#C07DAA (or 0xC07DAA) is known color: Bouquet. HEX triplet: C0, 7D and AA. RGB value is (192,125,170). Sum of RGB (Red+Green+Blue) = 192+125+170=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C07DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07DAA is #3F8255. Grayscale: #969696. Windows color (decimal): -4162134 or 11173312. OLE color: 11173312.
HSL color Cylindrical-coordinate representation of color #C07DAA: hue angle of 319.7º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DAA is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 125 | 170 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.25 |
| HSL | 319.7º | 0.35% | 0.62% | - |
| HSV(B) | 319.7º | 0.35% | 0.75% | - |
| XYZ | 36.33 | 28.78 | 41.67 | - |
| YUV | 150.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 170 | 0 | 0.35 | 0.11 | 0.25 | 319.7 | 0.35 | 0.62 |
| Hex | C0 | 7D | AA | 0 | 23 | B | 19 | 140 | 23 | 3E |
| Octal | 300 | 175 | 252 | 0 | 43 | 13 | 31 | 500 | 43 | 76 |
| Binary | 11000000 | 1111101 | 10101010 | 0 | 100011 | 1011 | 11001 | 101000000 | 100011 | 111110 |
Color Harmonies of #C07DAA
Complementary color
Monochromatic Colors of #C07DAA
Black with #C07DAA
Text Example
Text Example
White with #C07DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DAA; }
p { color: rgb(192,125,170); }
H1.HeaderClassName
{
color: #C07DAA;
}
.AnyTagClassName
{
color: #C07DAA;
}
</style>
background-color css
<style>
a { background-color: #C07DAA; }
a { background-color: rgb(192,125,170); }
div.DivClassName
{
background-color: #C07DAA;
}
.BgClassName
{
background-color: #C07DAA;
}
</style>
border-color css
<style>
span { border-color: #C07DAA; }
span { border-color: rgb(192,125,170); }
td.TdClassName
{
border-color: #C07DAA;
}
.TagClassName
{
border-color: #C07DAA;
}
</style>