Shades of Bouquet #C073AF
Tints of Bouquet #C073AF
RGB
CMYK
RGB Variations
Color information
#C073AF (or 0xC073AF) is known color: Bouquet. HEX triplet: C0, 73 and AF. RGB value is (192,115,175). Sum of RGB (Red+Green+Blue) = 192+115+175=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AF is #3F8C50. Grayscale: #909090. Windows color (decimal): -4164689 or 11498432. OLE color: 11498432.
HSL color Cylindrical-coordinate representation of color #C073AF: hue angle of 313.25º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073AF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 175 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.25 |
| HSL | 313.25º | 0.38% | 0.6% | - |
| HSV(B) | 313.25º | 0.4% | 0.75% | - |
| XYZ | 35.61 | 26.56 | 43.81 | - |
| YUV | 144.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 175 | 0 | 0.40 | 0.09 | 0.25 | 313.25 | 0.38 | 0.6 |
| Hex | C0 | 73 | AF | 0 | 28 | 9 | 19 | 139 | 26 | 3C |
| Octal | 300 | 163 | 257 | 0 | 50 | 11 | 31 | 471 | 46 | 74 |
| Binary | 11000000 | 1110011 | 10101111 | 0 | 101000 | 1001 | 11001 | 100111001 | 100110 | 111100 |
Color Harmonies of #C073AF
Complementary color
Monochromatic Colors of #C073AF
Black with #C073AF
Text Example
Text Example
White with #C073AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C073AF; }
p { color: rgb(192,115,175); }
H1.HeaderClassName
{
color: #C073AF;
}
.AnyTagClassName
{
color: #C073AF;
}
</style>
background-color css
<style>
a { background-color: #C073AF; }
a { background-color: rgb(192,115,175); }
div.DivClassName
{
background-color: #C073AF;
}
.BgClassName
{
background-color: #C073AF;
}
</style>
border-color css
<style>
span { border-color: #C073AF; }
span { border-color: rgb(192,115,175); }
td.TdClassName
{
border-color: #C073AF;
}
.TagClassName
{
border-color: #C073AF;
}
</style>