Shades of Bouquet #C477AC
Tints of Bouquet #C477AC
RGB
CMYK
RGB Variations
Color information
#C477AC (or 0xC477AC) is known color: Bouquet. HEX triplet: C4, 77 and AC. RGB value is (196,119,172). Sum of RGB (Red+Green+Blue) = 196+119+172=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C477AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477AC is #3B8853. Grayscale: #939393. Windows color (decimal): -3901524 or 11302852. OLE color: 11302852.
HSL color Cylindrical-coordinate representation of color #C477AC: hue angle of 318.7º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477AC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 172 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.23 |
| HSL | 318.7º | 0.39% | 0.62% | - |
| HSV(B) | 318.7º | 0.39% | 0.77% | - |
| XYZ | 36.81 | 27.91 | 42.48 | - |
| YUV | 148.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 172 | 0 | 0.39 | 0.12 | 0.23 | 318.7 | 0.39 | 0.62 |
| Hex | C4 | 77 | AC | 0 | 27 | C | 17 | 13F | 27 | 3E |
| Octal | 304 | 167 | 254 | 0 | 47 | 14 | 27 | 477 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10101100 | 0 | 100111 | 1100 | 10111 | 100111111 | 100111 | 111110 |
Color Harmonies of #C477AC
Complementary color
Monochromatic Colors of #C477AC
Black with #C477AC
Text Example
Text Example
White with #C477AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477AC; }
p { color: rgb(196,119,172); }
H1.HeaderClassName
{
color: #C477AC;
}
.AnyTagClassName
{
color: #C477AC;
}
</style>
background-color css
<style>
a { background-color: #C477AC; }
a { background-color: rgb(196,119,172); }
div.DivClassName
{
background-color: #C477AC;
}
.BgClassName
{
background-color: #C477AC;
}
</style>
border-color css
<style>
span { border-color: #C477AC; }
span { border-color: rgb(196,119,172); }
td.TdClassName
{
border-color: #C477AC;
}
.TagClassName
{
border-color: #C477AC;
}
</style>