Shades of Bouquet #C375AA
Tints of Bouquet #C375AA
RGB
CMYK
RGB Variations
Color information
#C375AA (or 0xC375AA) is known color: Bouquet. HEX triplet: C3, 75 and AA. RGB value is (195,117,170). Sum of RGB (Red+Green+Blue) = 195+117+170=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C375AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375AA is #3C8A55. Grayscale: #929292. Windows color (decimal): -3967574 or 11171267. OLE color: 11171267.
HSL color Cylindrical-coordinate representation of color #C375AA: hue angle of 319.23º 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 #C375AA is Cyan = 0, Magento = 0.4, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 170 | - |
| CMYK | 0 | 0.4 | 0.13 | 0.24 |
| HSL | 319.23º | 0.39% | 0.61% | - |
| HSV(B) | 319.23º | 0.4% | 0.76% | - |
| XYZ | 36.12 | 27.23 | 41.38 | - |
| YUV | 146.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 170 | 0 | 0.4 | 0.13 | 0.24 | 319.23 | 0.39 | 0.61 |
| Hex | C3 | 75 | AA | 0 | 28 | D | 18 | 13F | 27 | 3D |
| Octal | 303 | 165 | 252 | 0 | 50 | 15 | 30 | 477 | 47 | 75 |
| Binary | 11000011 | 1110101 | 10101010 | 0 | 101000 | 1101 | 11000 | 100111111 | 100111 | 111101 |
Color Harmonies of #C375AA
Complementary color
Monochromatic Colors of #C375AA
Black with #C375AA
Text Example
Text Example
White with #C375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375AA; }
p { color: rgb(195,117,170); }
H1.HeaderClassName
{
color: #C375AA;
}
.AnyTagClassName
{
color: #C375AA;
}
</style>
background-color css
<style>
a { background-color: #C375AA; }
a { background-color: rgb(195,117,170); }
div.DivClassName
{
background-color: #C375AA;
}
.BgClassName
{
background-color: #C375AA;
}
</style>
border-color css
<style>
span { border-color: #C375AA; }
span { border-color: rgb(195,117,170); }
td.TdClassName
{
border-color: #C375AA;
}
.TagClassName
{
border-color: #C375AA;
}
</style>