Shades of Bouquet #C076A8
Tints of Bouquet #C076A8
RGB
CMYK
RGB Variations
Color information
#C076A8 (or 0xC076A8) is known color: Bouquet. HEX triplet: C0, 76 and A8. RGB value is (192,118,168). Sum of RGB (Red+Green+Blue) = 192+118+168=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C076A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C076A8 is #3F8957. Grayscale: #919191. Windows color (decimal): -4163928 or 11040448. OLE color: 11040448.
HSL color Cylindrical-coordinate representation of color #C076A8: hue angle of 319.46º 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 #C076A8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 168 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.25 |
| HSL | 319.46º | 0.37% | 0.61% | - |
| HSV(B) | 319.46º | 0.39% | 0.75% | - |
| XYZ | 35.28 | 26.99 | 40.4 | - |
| YUV | 145.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 168 | 0 | 0.39 | 0.12 | 0.25 | 319.46 | 0.37 | 0.61 |
| Hex | C0 | 76 | A8 | 0 | 27 | C | 19 | 13F | 25 | 3D |
| Octal | 300 | 166 | 250 | 0 | 47 | 14 | 31 | 477 | 45 | 75 |
| Binary | 11000000 | 1110110 | 10101000 | 0 | 100111 | 1100 | 11001 | 100111111 | 100101 | 111101 |
Color Harmonies of #C076A8
Complementary color
Monochromatic Colors of #C076A8
Black with #C076A8
Text Example
Text Example
White with #C076A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076A8; }
p { color: rgb(192,118,168); }
H1.HeaderClassName
{
color: #C076A8;
}
.AnyTagClassName
{
color: #C076A8;
}
</style>
background-color css
<style>
a { background-color: #C076A8; }
a { background-color: rgb(192,118,168); }
div.DivClassName
{
background-color: #C076A8;
}
.BgClassName
{
background-color: #C076A8;
}
</style>
border-color css
<style>
span { border-color: #C076A8; }
span { border-color: rgb(192,118,168); }
td.TdClassName
{
border-color: #C076A8;
}
.TagClassName
{
border-color: #C076A8;
}
</style>