Shades of Lily #CAA3B5
Tints of Lily #CAA3B5
RGB
CMYK
RGB Variations
Color information
#CAA3B5 (or 0xCAA3B5) is known color: Lily. HEX triplet: CA, A3 and B5. RGB value is (202,163,181). Sum of RGB (Red+Green+Blue) = 202+163+181=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3B5 is #355C4A. Grayscale: #B0B0B0. Windows color (decimal): -3497035 or 11903946. OLE color: 11903946.
HSL color Cylindrical-coordinate representation of color #CAA3B5: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3B5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 163 | 181 | - |
CMYK | 0 | 0.19 | 0.10 | 0.21 |
HSL | 332.31º | 0.27% | 0.72% | - |
HSV(B) | 332.31º | 0.19% | 0.79% | - |
XYZ | 45.79 | 42.09 | 49.43 | - |
YUV | 176.71 | 130.42 | 146.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 163 | 181 | 0 | 0.19 | 0.10 | 0.21 | 332.31 | 0.27 | 0.72 |
Hex | CA | A3 | B5 | 0 | 13 | A | 15 | 14C | 1B | 48 |
Octal | 312 | 243 | 265 | 0 | 23 | 12 | 25 | 514 | 33 | 110 |
Binary | 11001010 | 10100011 | 10110101 | 0 | 10011 | 1010 | 10101 | 101001100 | 11011 | 1001000 |
Color Harmonies of #CAA3B5
Complementary color
Monochromatic Colors of #CAA3B5
Black with #CAA3B5
Text Example
Text Example
White with #CAA3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3B5; }
p { color: rgb(202,163,181); }
H1.HeaderClassName
{
color: #CAA3B5;
}
.AnyTagClassName
{
color: #CAA3B5;
}
</style>
background-color css
<style>
a { background-color: #CAA3B5; }
a { background-color: rgb(202,163,181); }
div.DivClassName
{
background-color: #CAA3B5;
}
.BgClassName
{
background-color: #CAA3B5;
}
</style>
border-color css
<style>
span { border-color: #CAA3B5; }
span { border-color: rgb(202,163,181); }
td.TdClassName
{
border-color: #CAA3B5;
}
.TagClassName
{
border-color: #CAA3B5;
}
</style>