Shades of Lily #C88AB2
Tints of Lily #C88AB2
RGB
CMYK
RGB Variations
Color information
#C88AB2 (or 0xC88AB2) is known color: Lily. HEX triplet: C8, 8A and B2. RGB value is (200,138,178). Sum of RGB (Red+Green+Blue) = 200+138+178=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AB2 is #37754D. Grayscale: #A1A1A1. Windows color (decimal): -3634510 or 11700936. OLE color: 11700936.
HSL color Cylindrical-coordinate representation of color #C88AB2: hue angle of 321.29º degrees, saturation: 0.36, 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 #C88AB2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 138 | 178 | - |
CMYK | 0 | 0.31 | 0.11 | 0.22 |
HSL | 321.29º | 0.36% | 0.66% | - |
HSV(B) | 321.29º | 0.31% | 0.78% | - |
XYZ | 40.94 | 33.67 | 46.46 | - |
YUV | 161.1 | 137.54 | 155.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 138 | 178 | 0 | 0.31 | 0.11 | 0.22 | 321.29 | 0.36 | 0.66 |
Hex | C8 | 8A | B2 | 0 | 1F | B | 16 | 141 | 24 | 42 |
Octal | 310 | 212 | 262 | 0 | 37 | 13 | 26 | 501 | 44 | 102 |
Binary | 11001000 | 10001010 | 10110010 | 0 | 11111 | 1011 | 10110 | 101000001 | 100100 | 1000010 |
Color Harmonies of #C88AB2
Complementary color
Monochromatic Colors of #C88AB2
Black with #C88AB2
Text Example
Text Example
White with #C88AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AB2; }
p { color: rgb(200,138,178); }
H1.HeaderClassName
{
color: #C88AB2;
}
.AnyTagClassName
{
color: #C88AB2;
}
</style>
background-color css
<style>
a { background-color: #C88AB2; }
a { background-color: rgb(200,138,178); }
div.DivClassName
{
background-color: #C88AB2;
}
.BgClassName
{
background-color: #C88AB2;
}
</style>
border-color css
<style>
span { border-color: #C88AB2; }
span { border-color: rgb(200,138,178); }
td.TdClassName
{
border-color: #C88AB2;
}
.TagClassName
{
border-color: #C88AB2;
}
</style>