Shades of Bouquet #C475AC
Tints of Bouquet #C475AC
RGB
CMYK
RGB Variations
Color information
#C475AC (or 0xC475AC) is known color: Bouquet. HEX triplet: C4, 75 and AC. RGB value is (196,117,172). Sum of RGB (Red+Green+Blue) = 196+117+172=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C475AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475AC is #3B8A53. Grayscale: #929292. Windows color (decimal): -3902036 or 11302340. OLE color: 11302340.
HSL color Cylindrical-coordinate representation of color #C475AC: hue angle of 318.23º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475AC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 172 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.23 |
| HSL | 318.23º | 0.4% | 0.61% | - |
| HSV(B) | 318.23º | 0.4% | 0.77% | - |
| XYZ | 36.57 | 27.44 | 42.4 | - |
| YUV | 146.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 172 | 0 | 0.40 | 0.12 | 0.23 | 318.23 | 0.4 | 0.61 |
| Hex | C4 | 75 | AC | 0 | 28 | C | 17 | 13E | 28 | 3D |
| Octal | 304 | 165 | 254 | 0 | 50 | 14 | 27 | 476 | 50 | 75 |
| Binary | 11000100 | 1110101 | 10101100 | 0 | 101000 | 1100 | 10111 | 100111110 | 101000 | 111101 |
Color Harmonies of #C475AC
Complementary color
Monochromatic Colors of #C475AC
Black with #C475AC
Text Example
Text Example
White with #C475AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475AC; }
p { color: rgb(196,117,172); }
H1.HeaderClassName
{
color: #C475AC;
}
.AnyTagClassName
{
color: #C475AC;
}
</style>
background-color css
<style>
a { background-color: #C475AC; }
a { background-color: rgb(196,117,172); }
div.DivClassName
{
background-color: #C475AC;
}
.BgClassName
{
background-color: #C475AC;
}
</style>
border-color css
<style>
span { border-color: #C475AC; }
span { border-color: rgb(196,117,172); }
td.TdClassName
{
border-color: #C475AC;
}
.TagClassName
{
border-color: #C475AC;
}
</style>