Shades of Bouquet #C477AB
Tints of Bouquet #C477AB
RGB
CMYK
RGB Variations
Color information
#C477AB (or 0xC477AB) is known color: Bouquet. HEX triplet: C4, 77 and AB. RGB value is (196,119,171). Sum of RGB (Red+Green+Blue) = 196+119+171=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C477AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C477AB is #3B8854. Grayscale: #939393. Windows color (decimal): -3901525 or 11237316. OLE color: 11237316.
HSL color Cylindrical-coordinate representation of color #C477AB: hue angle of 319.48º 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 #C477AB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 171 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.23 |
| HSL | 319.48º | 0.39% | 0.62% | - |
| HSV(B) | 319.48º | 0.39% | 0.77% | - |
| XYZ | 36.71 | 27.87 | 41.97 | - |
| YUV | 147.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 171 | 0 | 0.39 | 0.13 | 0.23 | 319.48 | 0.39 | 0.62 |
| Hex | C4 | 77 | AB | 0 | 27 | D | 17 | 13F | 27 | 3E |
| Octal | 304 | 167 | 253 | 0 | 47 | 15 | 27 | 477 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10101011 | 0 | 100111 | 1101 | 10111 | 100111111 | 100111 | 111110 |
Color Harmonies of #C477AB
Complementary color
Monochromatic Colors of #C477AB
Black with #C477AB
Text Example
Text Example
White with #C477AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477AB; }
p { color: rgb(196,119,171); }
H1.HeaderClassName
{
color: #C477AB;
}
.AnyTagClassName
{
color: #C477AB;
}
</style>
background-color css
<style>
a { background-color: #C477AB; }
a { background-color: rgb(196,119,171); }
div.DivClassName
{
background-color: #C477AB;
}
.BgClassName
{
background-color: #C477AB;
}
</style>
border-color css
<style>
span { border-color: #C477AB; }
span { border-color: rgb(196,119,171); }
td.TdClassName
{
border-color: #C477AB;
}
.TagClassName
{
border-color: #C477AB;
}
</style>