Shades of Bouquet #C375AB
Tints of Bouquet #C375AB
RGB
CMYK
RGB Variations
Color information
#C375AB (or 0xC375AB) is known color: Bouquet. HEX triplet: C3, 75 and AB. RGB value is (195,117,171). Sum of RGB (Red+Green+Blue) = 195+117+171=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AB is #3C8A54. Grayscale: #929292. Windows color (decimal): -3967573 or 11236803. OLE color: 11236803.
HSL color Cylindrical-coordinate representation of color #C375AB: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375AB is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 171 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.24 |
| HSL | 318.46º | 0.39% | 0.61% | - |
| HSV(B) | 318.46º | 0.4% | 0.76% | - |
| XYZ | 36.22 | 27.26 | 41.88 | - |
| YUV | 146.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 171 | 0 | 0.4 | 0.12 | 0.24 | 318.46 | 0.39 | 0.61 |
| Hex | C3 | 75 | AB | 0 | 28 | C | 18 | 13E | 27 | 3D |
| Octal | 303 | 165 | 253 | 0 | 50 | 14 | 30 | 476 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10101011 | 0 | 101000 | 1100 | 11000 | 100111110 | 100111 | 111101 |
Color Harmonies of #C375AB
Complementary color
Monochromatic Colors of #C375AB
Black with #C375AB
Text Example
Text Example
White with #C375AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375AB; }
p { color: rgb(195,117,171); }
H1.HeaderClassName
{
color: #C375AB;
}
.AnyTagClassName
{
color: #C375AB;
}
</style>
background-color css
<style>
a { background-color: #C375AB; }
a { background-color: rgb(195,117,171); }
div.DivClassName
{
background-color: #C375AB;
}
.BgClassName
{
background-color: #C375AB;
}
</style>
border-color css
<style>
span { border-color: #C375AB; }
span { border-color: rgb(195,117,171); }
td.TdClassName
{
border-color: #C375AB;
}
.TagClassName
{
border-color: #C375AB;
}
</style>