Shades of Bouquet #C372AD
Tints of Bouquet #C372AD
RGB
CMYK
RGB Variations
Color information
#C372AD (or 0xC372AD) is known color: Bouquet. HEX triplet: C3, 72 and AD. RGB value is (195,114,173). Sum of RGB (Red+Green+Blue) = 195+114+173=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C372AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372AD is #3C8D52. Grayscale: #909090. Windows color (decimal): -3968339 or 11367107. OLE color: 11367107.
HSL color Cylindrical-coordinate representation of color #C372AD: hue angle of 316.3º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372AD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 173 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.24 |
| HSL | 316.3º | 0.4% | 0.61% | - |
| HSV(B) | 316.3º | 0.42% | 0.76% | - |
| XYZ | 36.07 | 26.65 | 42.78 | - |
| YUV | 144.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 173 | 0 | 0.42 | 0.11 | 0.24 | 316.3 | 0.4 | 0.61 |
| Hex | C3 | 72 | AD | 0 | 2A | B | 18 | 13C | 28 | 3D |
| Octal | 303 | 162 | 255 | 0 | 52 | 13 | 30 | 474 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10101101 | 0 | 101010 | 1011 | 11000 | 100111100 | 101000 | 111101 |
Color Harmonies of #C372AD
Complementary color
Monochromatic Colors of #C372AD
Black with #C372AD
Text Example
Text Example
White with #C372AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372AD; }
p { color: rgb(195,114,173); }
H1.HeaderClassName
{
color: #C372AD;
}
.AnyTagClassName
{
color: #C372AD;
}
</style>
background-color css
<style>
a { background-color: #C372AD; }
a { background-color: rgb(195,114,173); }
div.DivClassName
{
background-color: #C372AD;
}
.BgClassName
{
background-color: #C372AD;
}
</style>
border-color css
<style>
span { border-color: #C372AD; }
span { border-color: rgb(195,114,173); }
td.TdClassName
{
border-color: #C372AD;
}
.TagClassName
{
border-color: #C372AD;
}
</style>