Shades of Lily #C689B4
Tints of Lily #C689B4
RGB
CMYK
RGB Variations
Color information
#C689B4 (or 0xC689B4) is known color: Lily. HEX triplet: C6, 89 and B4. RGB value is (198,137,180). Sum of RGB (Red+Green+Blue) = 198+137+180=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C689B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689B4 is #39764B. Grayscale: #A0A0A0. Windows color (decimal): -3765836 or 11831750. OLE color: 11831750.
HSL color Cylindrical-coordinate representation of color #C689B4: hue angle of 317.7º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C689B4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 180 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.22 |
| HSL | 317.7º | 0.35% | 0.66% | - |
| HSV(B) | 317.7º | 0.31% | 0.78% | - |
| XYZ | 40.47 | 33.19 | 47.45 | - |
| YUV | 160.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 180 | 0 | 0.31 | 0.09 | 0.22 | 317.7 | 0.35 | 0.66 |
| Hex | C6 | 89 | B4 | 0 | 1F | 9 | 16 | 13E | 23 | 42 |
| Octal | 306 | 211 | 264 | 0 | 37 | 11 | 26 | 476 | 43 | 102 |
| Binary | 11000110 | 10001001 | 10110100 | 0 | 11111 | 1001 | 10110 | 100111110 | 100011 | 1000010 |
Color Harmonies of #C689B4
Complementary color
Monochromatic Colors of #C689B4
Black with #C689B4
Text Example
Text Example
White with #C689B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689B4; }
p { color: rgb(198,137,180); }
H1.HeaderClassName
{
color: #C689B4;
}
.AnyTagClassName
{
color: #C689B4;
}
</style>
background-color css
<style>
a { background-color: #C689B4; }
a { background-color: rgb(198,137,180); }
div.DivClassName
{
background-color: #C689B4;
}
.BgClassName
{
background-color: #C689B4;
}
</style>
border-color css
<style>
span { border-color: #C689B4; }
span { border-color: rgb(198,137,180); }
td.TdClassName
{
border-color: #C689B4;
}
.TagClassName
{
border-color: #C689B4;
}
</style>