Shades of Lily #CAA8B5
Tints of Lily #CAA8B5
RGB
CMYK
RGB Variations
Color information
#CAA8B5 (or 0xCAA8B5) is known color: Lily. HEX triplet: CA, A8 and B5. RGB value is (202,168,181). Sum of RGB (Red+Green+Blue) = 202+168+181=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8B5 is #35574A. Grayscale: #B3B3B3. Windows color (decimal): -3495755 or 11905226. OLE color: 11905226.
HSL color Cylindrical-coordinate representation of color #CAA8B5: hue angle of 337.06º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8B5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 168 | 181 | - |
CMYK | 0 | 0.17 | 0.10 | 0.21 |
HSL | 337.06º | 0.24% | 0.73% | - |
HSV(B) | 337.06º | 0.17% | 0.79% | - |
XYZ | 46.7 | 43.9 | 49.73 | - |
YUV | 179.65 | 128.76 | 143.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 168 | 181 | 0 | 0.17 | 0.10 | 0.21 | 337.06 | 0.24 | 0.73 |
Hex | CA | A8 | B5 | 0 | 11 | A | 15 | 151 | 18 | 49 |
Octal | 312 | 250 | 265 | 0 | 21 | 12 | 25 | 521 | 30 | 111 |
Binary | 11001010 | 10101000 | 10110101 | 0 | 10001 | 1010 | 10101 | 101010001 | 11000 | 1001001 |
Color Harmonies of #CAA8B5
Complementary color
Monochromatic Colors of #CAA8B5
Black with #CAA8B5
Text Example
Text Example
White with #CAA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8B5; }
p { color: rgb(202,168,181); }
H1.HeaderClassName
{
color: #CAA8B5;
}
.AnyTagClassName
{
color: #CAA8B5;
}
</style>
background-color css
<style>
a { background-color: #CAA8B5; }
a { background-color: rgb(202,168,181); }
div.DivClassName
{
background-color: #CAA8B5;
}
.BgClassName
{
background-color: #CAA8B5;
}
</style>
border-color css
<style>
span { border-color: #CAA8B5; }
span { border-color: rgb(202,168,181); }
td.TdClassName
{
border-color: #CAA8B5;
}
.TagClassName
{
border-color: #CAA8B5;
}
</style>