Shades of Lily #CAA7B5
Tints of Lily #CAA7B5
RGB
CMYK
RGB Variations
Color information
#CAA7B5 (or 0xCAA7B5) is known color: Lily. HEX triplet: CA, A7 and B5. RGB value is (202,167,181). Sum of RGB (Red+Green+Blue) = 202+167+181=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7B5 is #35584A. Grayscale: #B3B3B3. Windows color (decimal): -3496011 or 11904970. OLE color: 11904970.
HSL color Cylindrical-coordinate representation of color #CAA7B5: hue angle of 336º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7B5 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 167 | 181 | - |
CMYK | 0 | 0.17 | 0.10 | 0.21 |
HSL | 336º | 0.25% | 0.72% | - |
HSV(B) | 336º | 0.17% | 0.79% | - |
XYZ | 46.52 | 43.53 | 49.67 | - |
YUV | 179.06 | 129.1 | 144.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 167 | 181 | 0 | 0.17 | 0.10 | 0.21 | 336 | 0.25 | 0.72 |
Hex | CA | A7 | B5 | 0 | 11 | A | 15 | 150 | 19 | 48 |
Octal | 312 | 247 | 265 | 0 | 21 | 12 | 25 | 520 | 31 | 110 |
Binary | 11001010 | 10100111 | 10110101 | 0 | 10001 | 1010 | 10101 | 101010000 | 11001 | 1001000 |
Color Harmonies of #CAA7B5
Complementary color
Monochromatic Colors of #CAA7B5
Black with #CAA7B5
Text Example
Text Example
White with #CAA7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7B5; }
p { color: rgb(202,167,181); }
H1.HeaderClassName
{
color: #CAA7B5;
}
.AnyTagClassName
{
color: #CAA7B5;
}
</style>
background-color css
<style>
a { background-color: #CAA7B5; }
a { background-color: rgb(202,167,181); }
div.DivClassName
{
background-color: #CAA7B5;
}
.BgClassName
{
background-color: #CAA7B5;
}
</style>
border-color css
<style>
span { border-color: #CAA7B5; }
span { border-color: rgb(202,167,181); }
td.TdClassName
{
border-color: #CAA7B5;
}
.TagClassName
{
border-color: #CAA7B5;
}
</style>