Shades of Lily #CAA7B7
Tints of Lily #CAA7B7
RGB
CMYK
RGB Variations
Color information
#CAA7B7 (or 0xCAA7B7) is known color: Lily. HEX triplet: CA, A7 and B7. RGB value is (202,167,183). Sum of RGB (Red+Green+Blue) = 202+167+183=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7B7 is #355848. Grayscale: #B3B3B3. Windows color (decimal): -3496009 or 12036042. OLE color: 12036042.
HSL color Cylindrical-coordinate representation of color #CAA7B7: hue angle of 332.57º 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 #CAA7B7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 167 | 183 | - |
CMYK | 0 | 0.17 | 0.09 | 0.21 |
HSL | 332.57º | 0.25% | 0.72% | - |
HSV(B) | 332.57º | 0.17% | 0.79% | - |
XYZ | 46.72 | 43.61 | 50.76 | - |
YUV | 179.29 | 130.1 | 144.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 167 | 183 | 0 | 0.17 | 0.09 | 0.21 | 332.57 | 0.25 | 0.72 |
Hex | CA | A7 | B7 | 0 | 11 | 9 | 15 | 14D | 19 | 48 |
Octal | 312 | 247 | 267 | 0 | 21 | 11 | 25 | 515 | 31 | 110 |
Binary | 11001010 | 10100111 | 10110111 | 0 | 10001 | 1001 | 10101 | 101001101 | 11001 | 1001000 |
Color Harmonies of #CAA7B7
Complementary color
Monochromatic Colors of #CAA7B7
Black with #CAA7B7
Text Example
Text Example
White with #CAA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7B7; }
p { color: rgb(202,167,183); }
H1.HeaderClassName
{
color: #CAA7B7;
}
.AnyTagClassName
{
color: #CAA7B7;
}
</style>
background-color css
<style>
a { background-color: #CAA7B7; }
a { background-color: rgb(202,167,183); }
div.DivClassName
{
background-color: #CAA7B7;
}
.BgClassName
{
background-color: #CAA7B7;
}
</style>
border-color css
<style>
span { border-color: #CAA7B7; }
span { border-color: rgb(202,167,183); }
td.TdClassName
{
border-color: #CAA7B7;
}
.TagClassName
{
border-color: #CAA7B7;
}
</style>