Shades of Bouquet #C075AB
Tints of Bouquet #C075AB
RGB
CMYK
RGB Variations
Color information
#C075AB (or 0xC075AB) is known color: Bouquet. HEX triplet: C0, 75 and AB. RGB value is (192,117,171). Sum of RGB (Red+Green+Blue) = 192+117+171=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C075AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075AB is #3F8A54. Grayscale: #919191. Windows color (decimal): -4164181 or 11236800. OLE color: 11236800.
HSL color Cylindrical-coordinate representation of color #C075AB: hue angle of 316.8º 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 #C075AB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 171 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.25 |
| HSL | 316.8º | 0.37% | 0.61% | - |
| HSV(B) | 316.8º | 0.39% | 0.75% | - |
| XYZ | 35.45 | 26.87 | 41.85 | - |
| YUV | 145.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 171 | 0 | 0.39 | 0.11 | 0.25 | 316.8 | 0.37 | 0.61 |
| Hex | C0 | 75 | AB | 0 | 27 | B | 19 | 13D | 25 | 3D |
| Octal | 300 | 165 | 253 | 0 | 47 | 13 | 31 | 475 | 45 | 75 |
| Binary | 11000000 | 1110101 | 10101011 | 0 | 100111 | 1011 | 11001 | 100111101 | 100101 | 111101 |
Color Harmonies of #C075AB
Complementary color
Monochromatic Colors of #C075AB
Black with #C075AB
Text Example
Text Example
White with #C075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075AB; }
p { color: rgb(192,117,171); }
H1.HeaderClassName
{
color: #C075AB;
}
.AnyTagClassName
{
color: #C075AB;
}
</style>
background-color css
<style>
a { background-color: #C075AB; }
a { background-color: rgb(192,117,171); }
div.DivClassName
{
background-color: #C075AB;
}
.BgClassName
{
background-color: #C075AB;
}
</style>
border-color css
<style>
span { border-color: #C075AB; }
span { border-color: rgb(192,117,171); }
td.TdClassName
{
border-color: #C075AB;
}
.TagClassName
{
border-color: #C075AB;
}
</style>