Shades of Bouquet #C076AA
Tints of Bouquet #C076AA
RGB
CMYK
RGB Variations
Color information
#C076AA (or 0xC076AA) is known color: Bouquet. HEX triplet: C0, 76 and AA. RGB value is (192,118,170). Sum of RGB (Red+Green+Blue) = 192+118+170=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C076AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076AA is #3F8955. Grayscale: #919191. Windows color (decimal): -4163926 or 11171520. OLE color: 11171520.
HSL color Cylindrical-coordinate representation of color #C076AA: hue angle of 317.84º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076AA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 170 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.25 |
| HSL | 317.84º | 0.37% | 0.61% | - |
| HSV(B) | 317.84º | 0.39% | 0.75% | - |
| XYZ | 35.47 | 27.07 | 41.38 | - |
| YUV | 146.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 170 | 0 | 0.39 | 0.11 | 0.25 | 317.84 | 0.37 | 0.61 |
| Hex | C0 | 76 | AA | 0 | 27 | B | 19 | 13E | 25 | 3D |
| Octal | 300 | 166 | 252 | 0 | 47 | 13 | 31 | 476 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10101010 | 0 | 100111 | 1011 | 11001 | 100111110 | 100101 | 111101 |
Color Harmonies of #C076AA
Complementary color
Monochromatic Colors of #C076AA
Black with #C076AA
Text Example
Text Example
White with #C076AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076AA; }
p { color: rgb(192,118,170); }
H1.HeaderClassName
{
color: #C076AA;
}
.AnyTagClassName
{
color: #C076AA;
}
</style>
background-color css
<style>
a { background-color: #C076AA; }
a { background-color: rgb(192,118,170); }
div.DivClassName
{
background-color: #C076AA;
}
.BgClassName
{
background-color: #C076AA;
}
</style>
border-color css
<style>
span { border-color: #C076AA; }
span { border-color: rgb(192,118,170); }
td.TdClassName
{
border-color: #C076AA;
}
.TagClassName
{
border-color: #C076AA;
}
</style>