Shades of Bouquet #C06CAB
Tints of Bouquet #C06CAB
RGB
CMYK
RGB Variations
Color information
#C06CAB (or 0xC06CAB) is known color: Bouquet. HEX triplet: C0, 6C and AB. RGB value is (192,108,171). Sum of RGB (Red+Green+Blue) = 192+108+171=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CAB is #3F9354. Grayscale: #8C8C8C. Windows color (decimal): -4166485 or 11234496. OLE color: 11234496.
HSL color Cylindrical-coordinate representation of color #C06CAB: hue angle of 315º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CAB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 171 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.25 |
| HSL | 315º | 0.4% | 0.59% | - |
| HSV(B) | 315º | 0.44% | 0.75% | - |
| XYZ | 34.45 | 24.87 | 41.51 | - |
| YUV | 140.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 171 | 0 | 0.44 | 0.11 | 0.25 | 315 | 0.4 | 0.59 |
| Hex | C0 | 6C | AB | 0 | 2C | B | 19 | 13B | 28 | 3B |
| Octal | 300 | 154 | 253 | 0 | 54 | 13 | 31 | 473 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10101011 | 0 | 101100 | 1011 | 11001 | 100111011 | 101000 | 111011 |
Color Harmonies of #C06CAB
Complementary color
Monochromatic Colors of #C06CAB
Black with #C06CAB
Text Example
Text Example
White with #C06CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CAB; }
p { color: rgb(192,108,171); }
H1.HeaderClassName
{
color: #C06CAB;
}
.AnyTagClassName
{
color: #C06CAB;
}
</style>
background-color css
<style>
a { background-color: #C06CAB; }
a { background-color: rgb(192,108,171); }
div.DivClassName
{
background-color: #C06CAB;
}
.BgClassName
{
background-color: #C06CAB;
}
</style>
border-color css
<style>
span { border-color: #C06CAB; }
span { border-color: rgb(192,108,171); }
td.TdClassName
{
border-color: #C06CAB;
}
.TagClassName
{
border-color: #C06CAB;
}
</style>